mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
r2074: fixed a typo
(This used to be commit dce43a535c9f6135c162711bc12cee266fc46c4a)
This commit is contained in:
parent
8aa051c7b2
commit
e36341a85e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user