Fixed incorrect comment.
authorTim Potter <tpot@samba.org>
Fri, 24 May 2002 05:50:31 +0000 (05:50 +0000)
committerTim Potter <tpot@samba.org>
Fri, 24 May 2002 05:50:31 +0000 (05:50 +0000)
(This used to be commit 2f74fb6e9893d306598ebedd54658f2dd56e988e)

source3/nsswitch/wb_common.c

index 6a2143f8f0f1ae942606591626616ee2971cd7f9..928b70d8b1b329caa1bdd758a60856cfcac522fb 100644 (file)
@@ -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)
 {