summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_getgroups.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-30 15:09:10 +0200
committerGünther Deschner <gd@samba.org>2011-03-30 15:14:55 +0200
commit33082d016ee27537af0514d5eebcdaf0360fa4f7 (patch)
tree169db458b46fd911d53ffa5552e9a47b7196166f /source3/winbindd/winbindd_getgroups.c
parent3253d5ad0515198083b0b185c06b659fc6972830 (diff)
downloadsamba-33082d016ee27537af0514d5eebcdaf0360fa4f7.tar.gz
samba-33082d016ee27537af0514d5eebcdaf0360fa4f7.tar.bz2
samba-33082d016ee27537af0514d5eebcdaf0360fa4f7.zip
s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.
Guenther
Diffstat (limited to 'source3/winbindd/winbindd_getgroups.c')
-rw-r--r--source3/winbindd/winbindd_getgroups.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_getgroups.c b/source3/winbindd/winbindd_getgroups.c
index 736eba698a..c9b0f195ce 100644
--- a/source3/winbindd/winbindd_getgroups.c
+++ b/source3/winbindd/winbindd_getgroups.c
@@ -19,6 +19,7 @@
#include "includes.h"
#include "winbindd.h"
+#include "passdb/lookup_sid.h" /* only for LOOKUP_NAME_NO_NSS flag */
struct winbindd_getgroups_state {
struct tevent_context *ev;