Fixed compiler warning.
authorTim Potter <tpot@samba.org>
Thu, 1 Aug 2002 23:14:48 +0000 (23:14 +0000)
committerTim Potter <tpot@samba.org>
Thu, 1 Aug 2002 23:14:48 +0000 (23:14 +0000)
(This used to be commit 81322f4d63095d828be7983eb4b47775abe8d33f)

source3/smbd/conn.c

index 3b6dd61e1e1c3e6334c3a9d4d8e91033b1f28009..d70e50f89957624c47c1ebd81a8fa185464f152b 100644 (file)
@@ -164,7 +164,7 @@ BOOL conn_idle_all(time_t t, int deadtime)
 void conn_free(connection_struct *conn)
 {
        smb_vfs_handle_struct *handle, *thandle;
-       void (*done_fptr)(connection_struct *conn);
+       void (*done_fptr)(connection_struct *the_conn);
 
        /* Free vfs_connection_struct */
        handle = conn->vfs_private;