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

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