summaryrefslogtreecommitdiff
path: root/source4/libcli/dgram/netlogon.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-11-03 09:40:32 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:44:12 +0100
commit64fc66306bdc95b619dc3b8f2318e7d08125e6a5 (patch)
treef9bc2507c78d63a9209ee1b6d70252b677fcf6fe /source4/libcli/dgram/netlogon.c
parentb98e9002e007be7a4661ab0fcae307c0a07c942f (diff)
downloadsamba-64fc66306bdc95b619dc3b8f2318e7d08125e6a5.tar.gz
samba-64fc66306bdc95b619dc3b8f2318e7d08125e6a5.tar.bz2
samba-64fc66306bdc95b619dc3b8f2318e7d08125e6a5.zip
r25819: make the success case more clear
metze (This used to be commit 6495fe220d488ce86d53b148f76f9fe669d4bbad)
Diffstat (limited to 'source4/libcli/dgram/netlogon.c')
-rw-r--r--source4/libcli/dgram/netlogon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/dgram/netlogon.c b/source4/libcli/dgram/netlogon.c
index 46f6e50e7b..2e5aa26d67 100644
--- a/source4/libcli/dgram/netlogon.c
+++ b/source4/libcli/dgram/netlogon.c
@@ -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;
}