s3-net: fix warning message for keytab usage.
authorGünther Deschner <gd@samba.org>
Tue, 3 Feb 2009 14:31:28 +0000 (15:31 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 3 Feb 2009 14:32:48 +0000 (15:32 +0100)
Guenther

source3/utils/net_ads.c

index 03786e2e177c56f260eaa92be5a8c94f5428d970..86fb9f6782ac8ef00359b94345f18c2022762f9b 100644 (file)
@@ -2242,8 +2242,8 @@ int net_ads_keytab(struct net_context *c, int argc, const char **argv)
        };
 
        if (!USE_KERBEROS_KEYTAB) {
-               d_printf("\nWarning: \"kerberos method\" must be set to a \
-                   keytab method to use keytab functions.\n");
+               d_printf("\nWarning: \"kerberos method\" must be set to a "
+                   "keytab method to use keytab functions.\n");
        }
 
        return net_run_function(c, argc, argv, "net ads keytab", func);