summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index a70c533ad2..05906717bf 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -153,7 +153,10 @@ struct winbindd_response {
} gr;
uint32 num_entries; /* getpwent, getgrent */
- fstring sid; /* lookupname, [ug]id_to_sid */
+ struct {
+ fstring sid; /* lookupname, [ug]id_to_sid */
+ int type;
+ } sid;
struct {
fstring name; /* lookupsid */
int type;