diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-08-25 23:10:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:23 -0500 |
commit | e36341a85ee444ba04c9738926835fdf366a6b6e (patch) | |
tree | f1092e481e0f9f888a77a8b2e11dbe9a496d010d /source4/utils/net | |
parent | 8aa051c7b2fa651d284321715f16d94215128abf (diff) | |
download | samba-e36341a85ee444ba04c9738926835fdf366a6b6e.tar.gz samba-e36341a85ee444ba04c9738926835fdf366a6b6e.tar.bz2 samba-e36341a85ee444ba04c9738926835fdf366a6b6e.zip |
r2074: fixed a typo
(This used to be commit dce43a535c9f6135c162711bc12cee266fc46c4a)
Diffstat (limited to 'source4/utils/net')
-rw-r--r-- | source4/utils/net/net_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/net/net_time.c b/source4/utils/net/net_time.c index c7d46d4d84..befb406e87 100644 --- a/source4/utils/net/net_time.c +++ b/source4/utils/net/net_time.c @@ -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; } |