diff options
author | Volker Lendecke <vl@samba.org> | 2009-12-30 20:15:33 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-01-02 12:09:05 +0100 |
commit | 063900ae631ccee1474ffa0ccd19e2e01bb6defd (patch) | |
tree | bc039d1df0841d34b885e39c32b3c431518c9e19 /source3 | |
parent | a66341b993c74c6db1c064bd48ff52acb704d9c9 (diff) | |
download | samba-063900ae631ccee1474ffa0ccd19e2e01bb6defd.tar.gz samba-063900ae631ccee1474ffa0ccd19e2e01bb6defd.tar.xz samba-063900ae631ccee1474ffa0ccd19e2e01bb6defd.zip |
s3: Fix a typo
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd_dual.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c index bccd63ffa46..74b2b99b7f2 100644 --- a/source3/winbindd/winbindd_dual.c +++ b/source3/winbindd/winbindd_dual.c @@ -610,7 +610,7 @@ void winbind_msg_offline(struct messaging_context *msg_ctx, } for (child = children; child != NULL; child = child->next) { - /* Don't send message to internal childs. We've already + /* Don't send message to internal children. We've already done so above. */ if (!child->domain || winbindd_internal_child(child)) { continue; |