updated the 3.0 branch from the head branch - ready for alpha18
[tprouty/samba.git] / source / nsswitch / wb_common.c
index 6a2143f8f0f1ae942606591626616ee2971cd7f9..89dd6252412719eede0aab1756b7efea0b637fce 100644 (file)
@@ -86,7 +86,7 @@ void init_response(struct winbindd_response *response)
 
 /* Close established socket */
 
 
 /* Close established socket */
 
-void close_sock(void)
+static void close_sock(void)
 {
        if (winbindd_fd != -1) {
                close(winbindd_fd);
 {
        if (winbindd_fd != -1) {
                close(winbindd_fd);
@@ -168,7 +168,7 @@ int winbind_open_pipe_sock(void)
        return winbindd_fd;
 }
 
        return winbindd_fd;
 }
 
-/* Write data to winbindd socket with timeout */
+/* Write data to winbindd socket */
 
 int write_sock(void *buffer, int count)
 {
 
 int write_sock(void *buffer, int count)
 {
@@ -234,7 +234,7 @@ int write_sock(void *buffer, int count)
        return nwritten;
 }
 
        return nwritten;
 }
 
-/* Read data from winbindd socket with timeout */
+/* Read data from winbindd socket */
 
 static int read_sock(void *buffer, int count)
 {
 
 static int read_sock(void *buffer, int count)
 {