1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-26 23:33:15 +03:00

r25820: but still return the error...

(sorry, this should have been one commit)

metze
This commit is contained in:
Stefan Metzmacher
2007-11-03 09:42:18 +01:00
parent 6495fe220d
commit 01c5ec7eb4
3 changed files with 3 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ NTSTATUS dgram_mailslot_netlogon_parse(struct dgram_mailslot_handler *dgmslot,
if (DEBUGLVL(10)) {
file_save("netlogon.dat", data.data, data.length);
}
return status;
}
return NT_STATUS_OK;
}