r5646: state->loadfile might be NULL after allocation so this is really
commiteb57a587889611bcf39d75d4e15b627f36899a53
authorAlexander Bokovoy <ab@samba.org>
Thu, 3 Mar 2005 09:26:08 +0000 (3 09:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:10:56 +0000 (10 13:10 -0500)
tree87fececfa0f1ce5da15bd7d291c5ab206f7ddd4a
parent46ae4010f2293fb1933aacd2da582fcb1c0a5e1d
r5646: state->loadfile might be NULL after allocation so this is really
should be NT_STATUS_HAVE_NO_MEMORY(state->loadfile) instead of
NT_STATUS_NOT_OK_RETURN(status).
source/libcli/composite/fetchfile.c