diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-11-26 12:04:16 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-11-26 12:04:16 +0000 |
commit | 8963cf1e58f763ea499d9918b3438d5f25ff5ba3 (patch) | |
tree | da609743106f353d999225b612972f239d60d7d2 /source3/nsswitch/winbindd.c | |
parent | 65643516d760c4e61ba6f4406f442f7e9bd10f2f (diff) | |
download | samba-8963cf1e58f763ea499d9918b3438d5f25ff5ba3.tar.gz samba-8963cf1e58f763ea499d9918b3438d5f25ff5ba3.tar.bz2 samba-8963cf1e58f763ea499d9918b3438d5f25ff5ba3.zip |
After consultation with tpot, remove the 'winbind_domain' environment
variable hack, the feild on the pipe, and the server-side.
It only controlled some enum operations in any case.
This is to try and have less 'magic' environment variables.
Andrew Bartlett
(This used to be commit e4be82e4e2c7cdf15f3e20f73fe9f281f6384423)
Diffstat (limited to 'source3/nsswitch/winbindd.c')
-rw-r--r-- | source3/nsswitch/winbindd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.c b/source3/nsswitch/winbindd.c index 773e3a84f3..57c1fc84b5 100644 --- a/source3/nsswitch/winbindd.c +++ b/source3/nsswitch/winbindd.c @@ -362,7 +362,7 @@ void winbind_process_packet(struct winbindd_cli_state *state) /* Process request */ /* Ensure null termination of entire request */ - state->request.domain[sizeof(state->request.domain)-1]='\0'; + state->request.null_term = '\0'; state->pid = state->request.pid; |