diff options
author | Michael Adam <obnox@samba.org> | 2008-09-22 14:51:51 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-09-23 10:00:25 +0200 |
commit | f0dccdca6a9da4440406f9cccd76805cad87d7e6 (patch) | |
tree | 2793a83096c3383885f494e48bc308962c4285eb /source3/winbindd | |
parent | 6c8c5d7113fda1a0d6a843f2564e84e2a3daf4c2 (diff) | |
download | samba-f0dccdca6a9da4440406f9cccd76805cad87d7e6.tar.gz samba-f0dccdca6a9da4440406f9cccd76805cad87d7e6.tar.bz2 samba-f0dccdca6a9da4440406f9cccd76805cad87d7e6.zip |
[s3]winbindd: fix a comment typo
Michael
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_async.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_async.c b/source3/winbindd/winbindd_async.c index 1481aed8e1..7500bcbe5b 100644 --- a/source3/winbindd/winbindd_async.c +++ b/source3/winbindd/winbindd_async.c @@ -366,7 +366,7 @@ static void lookupname_recv(TALLOC_CTX *mem_ctx, bool success, /******************************************************************** The lookup name call first contacts a DC in its own domain - and fallbacks to contact a DC in the forest in our domain doesn't + and fallbacks to contact a DC if the forest in our domain doesn't know the name. ********************************************************************/ |