mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s4:auth: Remove superfluous semicolon
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
34080e8839
commit
89d30cdfe1
@ -231,7 +231,7 @@ _PUBLIC_ struct tevent_req *auth_check_password_send(TALLOC_CTX *mem_ctx,
|
||||
*/
|
||||
user_info_tmp = talloc_zero(state, struct auth_usersupplied_info);
|
||||
if (tevent_req_nomem(user_info_tmp, req)) {
|
||||
return tevent_req_post(req, ev);;
|
||||
return tevent_req_post(req, ev);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user