r2074: fixed a typo
authorAndrew Tridgell <tridge@samba.org>
Wed, 25 Aug 2004 23:10:30 +0000 (23:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:58:23 +0000 (12:58 -0500)
source/utils/net/net_time.c

index c7d46d4d8474a3348d04339ed010a60a68b1e989..befb406e87c0bbc11a2af245337c124bc7659a91 100644 (file)
@@ -57,7 +57,7 @@ int net_time(struct net_context *ctx, int argc, const char **argv)
        /* get the time */
        status = libnet_RemoteTOD(libnetctx, ctx->mem_ctx, &r);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(0,("net_password_change: %s\n",r.generic.out.error_string));
+               DEBUG(0,("net_time: %s\n",r.generic.out.error_string));
                return -1;
        }