diff options
author | Tim Potter <tpot@samba.org> | 2002-05-24 05:50:31 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-24 05:50:31 +0000 |
commit | f5adb7909306b247695024dd7803353fa536a09a (patch) | |
tree | 0e47d091b4c197efbe1f121430d506a7fa7f7de0 /source3 | |
parent | 9c3d5d6fd0dd9e2e62a33d0822a72d5209fe3ffb (diff) | |
download | samba-f5adb7909306b247695024dd7803353fa536a09a.tar.gz samba-f5adb7909306b247695024dd7803353fa536a09a.tar.bz2 samba-f5adb7909306b247695024dd7803353fa536a09a.zip |
Fixed incorrect comment.
(This used to be commit 2f74fb6e9893d306598ebedd54658f2dd56e988e)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/wb_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/wb_common.c b/source3/nsswitch/wb_common.c index 6a2143f8f0..928b70d8b1 100644 --- a/source3/nsswitch/wb_common.c +++ b/source3/nsswitch/wb_common.c @@ -168,7 +168,7 @@ int winbind_open_pipe_sock(void) return winbindd_fd; } -/* Write data to winbindd socket with timeout */ +/* Write data to winbindd socket */ int write_sock(void *buffer, int count) { @@ -234,7 +234,7 @@ int write_sock(void *buffer, int count) return nwritten; } -/* Read data from winbindd socket with timeout */ +/* Read data from winbindd socket */ static int read_sock(void *buffer, int count) { |