summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_nss.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-12-20 01:25:27 +0000
committerTim Potter <tpot@samba.org>2002-12-20 01:25:27 +0000
commitf1fc17ea37e41cca3aacffaac43e6b8c39e95d58 (patch)
treec67993fc198f77bf6b743a571c324bd3aa76a613 /source3/nsswitch/winbindd_nss.h
parent71647364a03eb2014bdcee0c99974ec019cf287d (diff)
downloadsamba-f1fc17ea37e41cca3aacffaac43e6b8c39e95d58.tar.gz
samba-f1fc17ea37e41cca3aacffaac43e6b8c39e95d58.tar.bz2
samba-f1fc17ea37e41cca3aacffaac43e6b8c39e95d58.zip
Merge from HEAD.
- null termination of winbind request fix - bail out if we can't open winbind socket (This used to be commit 102e490d683c0758a9798a3c15e748509690c95b)
Diffstat (limited to 'source3/nsswitch/winbindd_nss.h')
-rw-r--r--source3/nsswitch/winbindd_nss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h
index 368bf10cea..5c2db2ac2c 100644
--- a/source3/nsswitch/winbindd_nss.h
+++ b/source3/nsswitch/winbindd_nss.h
@@ -36,7 +36,7 @@
/* Update this when you change the interface. */
-#define WINBIND_INTERFACE_VERSION 5
+#define WINBIND_INTERFACE_VERSION 6
/* Socket commands */
@@ -156,7 +156,7 @@ struct winbindd_request {
} name;
uint32 num_entries; /* getpwent, getgrent */
} data;
- fstring domain; /* {set,get,end}{pw,gr}ent() */
+ char null_term;
};
/* Response values */