summaryrefslogtreecommitdiffstats
path: root/src/providers/proxy/proxy.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-12-12 15:28:13 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-12-16 14:46:17 -0500
commit4e9631a9f1ae87317eef53145622099c46196b56 (patch)
tree043092993651d8138228747f5b79eed0ab7fcba9 /src/providers/proxy/proxy.h
parentc8119652b17229a5aca9b110365c310a6afdce30 (diff)
downloadsssd-4e9631a9f1ae87317eef53145622099c46196b56.tar.gz
sssd-4e9631a9f1ae87317eef53145622099c46196b56.tar.xz
sssd-4e9631a9f1ae87317eef53145622099c46196b56.zip
Use the case sensitivity flag in the proxy provider
Diffstat (limited to 'src/providers/proxy/proxy.h')
-rw-r--r--src/providers/proxy/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/proxy/proxy.h b/src/providers/proxy/proxy.h
index c75242890..41981fd85 100644
--- a/src/providers/proxy/proxy.h
+++ b/src/providers/proxy/proxy.h
@@ -142,7 +142,7 @@ void proxy_pam_handler(struct be_req *req);
/* From proxy_netgroup.c */
errno_t get_netgroup(struct proxy_id_ctx *ctx,
struct sysdb_ctx *sysdb,
+ struct sss_domain_info *dom,
const char *name);
-
#endif /* __PROXY_H__ */