diff options
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/wb_samba3_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_samba3_cmd.c b/source4/winbind/wb_samba3_cmd.c index 54b1dcc39c..cb323ddff6 100644 --- a/source4/winbind/wb_samba3_cmd.c +++ b/source4/winbind/wb_samba3_cmd.c @@ -48,7 +48,7 @@ static NTSTATUS wb_samba3_append_info3_as_txt(TALLOC_CTX *mem_ctx, info3 = talloc(mem_ctx, struct netr_SamInfo3); NT_STATUS_HAVE_NO_MEMORY(info3); - /* The Samba3 protocol has a redundent 4 bytes at the start */ + /* The Samba3 protocol has a redundant 4 bytes at the start */ info3b.data += 4; info3b.length -= 4; |