diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-28 11:58:36 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-28 15:07:05 -0400 |
commit | e980f8b95f2fb89e872babffdd94b3ccb2d42ccf (patch) | |
tree | 6ac00a2f86aed6c32dc41fdada0a49f5c80b9032 /src/providers/ldap/sdap.h | |
parent | 4790f7b3cff3800df92b232aec1d779db52c72b1 (diff) | |
download | sssd-e980f8b95f2fb89e872babffdd94b3ccb2d42ccf.tar.gz sssd-e980f8b95f2fb89e872babffdd94b3ccb2d42ccf.tar.bz2 sssd-e980f8b95f2fb89e872babffdd94b3ccb2d42ccf.zip |
Add terminator for sdap_attr_map
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r-- | src/providers/ldap/sdap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index 941c2791..18ec37bb 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; |