summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-03-28 11:58:36 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-03-28 15:07:05 -0400
commite980f8b95f2fb89e872babffdd94b3ccb2d42ccf (patch)
tree6ac00a2f86aed6c32dc41fdada0a49f5c80b9032 /src/providers/ldap/sdap.h
parent4790f7b3cff3800df92b232aec1d779db52c72b1 (diff)
downloadsssd-e980f8b95f2fb89e872babffdd94b3ccb2d42ccf.tar.gz
sssd-e980f8b95f2fb89e872babffdd94b3ccb2d42ccf.tar.xz
sssd-e980f8b95f2fb89e872babffdd94b3ccb2d42ccf.zip
Add terminator for sdap_attr_map
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index 941c27918..18ec37bbe 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -335,6 +335,7 @@ struct sdap_attr_map {
const char *sys_name;
char *name;
};
+#define SDAP_ATTR_MAP_TERMINATOR { NULL, NULL, NULL, NULL }
struct sdap_search_base {
const char *basedn;