diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/service.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/service.c b/source3/smbd/service.c index d66a7a0e42..ef74b397c3 100644 --- a/source3/smbd/service.c +++ b/source3/smbd/service.c @@ -650,7 +650,6 @@ connection_struct *make_connection_snum(struct smbd_server_connection *sconn, struct smb_filename *smb_fname_cpath = NULL; fstring dev; int ret; - char *addr; bool on_err_call_dis_hook = false; bool claimed_connection = false; uid_t effuid; |