1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r2074: fixed a typo

This commit is contained in:
Andrew Tridgell 2004-08-25 23:10:30 +00:00 committed by Gerald (Jerry) Carter
parent 4733dcbf5f
commit dce43a535c

View 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;
}