mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
r16247: Fix Coverity ID 296
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
afe2d4c493
commit
b82c95cb43
@ -446,7 +446,7 @@ static int process_root(int local_flags)
|
||||
struct samu *sampass = NULL;
|
||||
|
||||
sampass = samu_new( NULL );
|
||||
if (!samu_new) {
|
||||
if (!sampass) {
|
||||
fprintf(stderr, "talloc fail for struct samu.\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user