mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
r16247: Fix Coverity ID 296
(This used to be commit b82c95cb438b57bb8910e26657f8ffb590fe02df)
This commit is contained in:
parent
7e40933d7b
commit
99f271b3cb
@ -446,7 +446,7 @@ static int process_root(int local_flags)
|
|||||||
struct samu *sampass = NULL;
|
struct samu *sampass = NULL;
|
||||||
|
|
||||||
sampass = samu_new( NULL );
|
sampass = samu_new( NULL );
|
||||||
if (!samu_new) {
|
if (!sampass) {
|
||||||
fprintf(stderr, "talloc fail for struct samu.\n");
|
fprintf(stderr, "talloc fail for struct samu.\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user