mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
libcli: Remove a pointless if-expression
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
4c1f61cb80
commit
9b453f475f
@ -34,9 +34,6 @@ struct security_token *security_token_initialise(TALLOC_CTX *mem_ctx)
|
||||
struct security_token *st;
|
||||
|
||||
st = talloc_zero(mem_ctx, struct security_token);
|
||||
if (!st) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return st;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user