1
0
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:
Volker Lendecke 2006-06-15 10:06:09 +00:00 committed by Gerald (Jerry) Carter
parent 7e40933d7b
commit 99f271b3cb

View File

@ -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);
}