summaryrefslogtreecommitdiff
path: root/source3/rpc_server
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2013-02-18 10:03:51 +0100
committerAndrew Bartlett <abartlet@samba.org>2013-02-18 22:07:39 +1100
commit75ca814f1efe435da018f7604865fda7ac59f712 (patch)
treedcaabbb8ca125210100cb30d217c367b1dd15dd7 /source3/rpc_server
parent6eb59eb388ac7b98f7f7812e45ad4c8d333f03e8 (diff)
downloadsamba-75ca814f1efe435da018f7604865fda7ac59f712.tar.gz
samba-75ca814f1efe435da018f7604865fda7ac59f712.tar.bz2
samba-75ca814f1efe435da018f7604865fda7ac59f712.zip
srv_netlog_nt.c: Fix typo in comment.
redundent -> redundant Signed-off-by: Karolin Seeger <kseeger@samba.org>
Diffstat (limited to 'source3/rpc_server')
-rw-r--r--source3/rpc_server/netlogon/srv_netlog_nt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/netlogon/srv_netlog_nt.c b/source3/rpc_server/netlogon/srv_netlog_nt.c
index a355dd1cbb..e5da138491 100644
--- a/source3/rpc_server/netlogon/srv_netlog_nt.c
+++ b/source3/rpc_server/netlogon/srv_netlog_nt.c
@@ -649,7 +649,7 @@ static NTSTATUS get_md4pw(struct samr_Password *md4pw, const char *mach_acct,
#if 0
/*
- * Currently this code is redundent as we already have a filter
+ * Currently this code is redundant as we already have a filter
* by hostname list. What this code really needs to do is to
* get a hosts allowed/hosts denied list from the SAM database
* on a per user basis, and make the access decision there.