diff options
author | Björn Jacke <bj@sernet.de> | 2009-05-28 00:25:48 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2009-05-28 12:22:41 +0200 |
commit | 28e121a19bf018711b9e9e5b6e4289994f770886 (patch) | |
tree | b00633b2e45e404c532747475b3d7b9c7df5606b /source3/nmbd | |
parent | 136b2a3eb21eda28e7a18547751ee20f097e7492 (diff) | |
download | samba-28e121a19bf018711b9e9e5b6e4289994f770886.tar.gz samba-28e121a19bf018711b9e9e5b6e4289994f770886.tar.bz2 samba-28e121a19bf018711b9e9e5b6e4289994f770886.zip |
s3:nmbd: fix typo
Diffstat (limited to 'source3/nmbd')
-rw-r--r-- | source3/nmbd/nmbd_processlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index 43e80af394..4a993c9d83 100644 --- a/source3/nmbd/nmbd_processlogon.c +++ b/source3/nmbd/nmbd_processlogon.c @@ -187,7 +187,7 @@ static void nmbd_proxy_logon(struct nmbd_proxy_logon_context *ctx, (ndr_pull_flags_fn_t)ndr_pull_nbt_netlogon_packet); if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) { NTSTATUS status = ndr_map_error2ntstatus(ndr_err); - DEBUG(0,("failed parse nbt_letlogon_packet: %s\n", + DEBUG(0,("failed parse nbt_netlogon_packet: %s\n", nt_errstr(status))); TALLOC_FREE(state); return; |