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

s3: Fix the return of make_new_server_info_guest

This commit is contained in:
Volker Lendecke 2011-06-15 14:09:50 +02:00
parent 207a84d725
commit 51567de6d7

View File

@ -811,7 +811,7 @@ static NTSTATUS make_new_server_info_guest(struct auth_serversupplied_info **ses
status = NT_STATUS_OK;
done:
TALLOC_FREE(tmp_ctx);
return NT_STATUS_OK;
return status;
}
/***************************************************************************