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 | 2f74fb6e9893d306598ebedd54658f2dd56e988e (patch) | |
tree | 21b99f432696901493a047814028d976a6459333 | |
parent | c205b18bd6b9b69200ff3db55f2c641631d4ab40 (diff) | |
download | samba-2f74fb6e9893d306598ebedd54658f2dd56e988e.tar.gz samba-2f74fb6e9893d306598ebedd54658f2dd56e988e.tar.xz samba-2f74fb6e9893d306598ebedd54658f2dd56e988e.zip |
Fixed incorrect comment.
-rw-r--r-- | source/nsswitch/wb_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nsswitch/wb_common.c b/source/nsswitch/wb_common.c index 6a2143f8f0f..928b70d8b1b 100644 --- a/source/nsswitch/wb_common.c +++ b/source/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) { |