1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

s3: Remove an unused variable

This commit is contained in:
Volker Lendecke 2010-08-18 16:44:04 +02:00
parent ce60e8d697
commit 8f7bf85c40

View File

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