s3 net: Fix compile error with WITH_DNS_UPDATES
authorKai Blin <kai@samba.org>
Tue, 19 Jan 2010 08:36:55 +0000 (09:36 +0100)
committerKai Blin <kai@samba.org>
Tue, 19 Jan 2010 09:07:35 +0000 (10:07 +0100)
bd3c922e2bc1a163efc1d8c9cb59578bebb79616 introduced a compile-time error
when building with WITH_DNS_UPDATES.

source3/utils/net_ads.c

index 90f5ca4f8a0eedae82a1cd1a95941cf2ae9d3aef..8e9f412d6c85b72d74b013f539d991a1832c226b 100644 (file)
@@ -1470,8 +1470,8 @@ static int net_ads_dns_gethostbyname(struct net_context *c, int argc, const char
 
        if (argc != 2 || c->display_usage) {
                d_printf(_("Usage:\n"),
-                          _("net ads dns gethostbyname <server> <name>\n"),
-                          "  Look up hostname from the AD\n"
+                        _("net ads dns gethostbyname <server> <name>\n"),
+                        _("  Look up hostname from the AD\n"
                           "    server\tName server to use\n"
                           "    name\tName to look up\n"));
                return -1;