summaryrefslogtreecommitdiffstats
path: root/src/providers/simple/simple_access.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-11 17:36:26 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-21 22:17:34 +0100
commit225d845476b6136be9b77f528ed986bba7a7f732 (patch)
tree7a8eb256c9b59fd6b4e7afa411fa453d96cf4fd1 /src/providers/simple/simple_access.h
parentd6d8287a9b8a240e068a26769dc6ce4582604850 (diff)
downloadsssd-225d845476b6136be9b77f528ed986bba7a7f732.tar.gz
sssd-225d845476b6136be9b77f528ed986bba7a7f732.tar.xz
sssd-225d845476b6136be9b77f528ed986bba7a7f732.zip
Split simple_access_check function out
Need to split out the function or new additions to the handler funtion will not allow simple access tests to compile anymore.
Diffstat (limited to 'src/providers/simple/simple_access.h')
-rw-r--r--src/providers/simple/simple_access.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/providers/simple/simple_access.h b/src/providers/simple/simple_access.h
index c28541464..2ddf27692 100644
--- a/src/providers/simple/simple_access.h
+++ b/src/providers/simple/simple_access.h
@@ -22,8 +22,6 @@
#ifndef __SIMPLE_ACCESS_H__
#define __SIMPLE_ACCESS_H__
-#include <stdlib.h>
-
#include "util/util.h"
struct simple_ctx {