From: Michael Adam Date: Mon, 4 Jun 2007 14:48:26 +0000 (+0000) Subject: r23340: Fix typo in debug ouput. Found by Karolin Seeger . X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~276 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81c7d152b2cb8fafa3d510c3d35fb86bae1e0856;p=thirdparty%2Fsamba.git r23340: Fix typo in debug ouput. Found by Karolin Seeger . Michael --- diff --git a/source/nsswitch/idmap.c b/source/nsswitch/idmap.c index 8f3e7c465e4..0309697b201 100644 --- a/source/nsswitch/idmap.c +++ b/source/nsswitch/idmap.c @@ -427,7 +427,7 @@ NTSTATUS idmap_init(void) /* check the set_mapping function exists otherwise mark the module as readonly */ if ( ! dom->methods->set_mapping) { - DEBUG(5, ("Forcing to readonly, as ithis module can't store arbitrary mappings.\n")); + DEBUG(5, ("Forcing to readonly, as this module can't store arbitrary mappings.\n")); dom->readonly = True; }