r5646: state->loadfile might be NULL after allocation so this is really
commit3a5529922178fbc5e759da89ac1ab0fa3038ee15
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)
tree3fc57d55886026536d36e807d36dd3d924b0f91b
parent0dcd79b92ac2ad9ba1c60bf0c2cfb4e9e57cf3d1
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).
(This used to be commit eb57a587889611bcf39d75d4e15b627f36899a53)
source4/libcli/composite/fetchfile.c