1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

Fixed compiler warning.

This commit is contained in:
Tim Potter -
parent cf2abf677e
commit 81322f4d63

View 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;