1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-25 19:33:18 +03:00

r25819: make the success case more clear

metze
This commit is contained in:
Stefan Metzmacher
2007-11-03 09:40:32 +01:00
parent 1c9975bccf
commit 6495fe220d
3 changed files with 3 additions and 3 deletions

View File

@@ -116,5 +116,5 @@ NTSTATUS dgram_mailslot_netlogon_parse(struct dgram_mailslot_handler *dgmslot,
file_save("netlogon.dat", data.data, data.length);
}
}
return status;
return NT_STATUS_OK;
}