summaryrefslogtreecommitdiffstats
path: root/source/rpc_client/cli_reg.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-09-06 18:32:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:43:56 -0500
commit1115745caed3093c25d6be01ffee21819fb0a675 (patch)
tree730da876f3765743cbcbe7ee34889b503915729a /source/rpc_client/cli_reg.c
parent647ed21b098e8fe6513040de7a540fe77fa0b37e (diff)
downloadsamba-1115745caed3093c25d6be01ffee21819fb0a675.tar.gz
samba-1115745caed3093c25d6be01ffee21819fb0a675.tar.xz
samba-1115745caed3093c25d6be01ffee21819fb0a675.zip
r18188: merge 3.0-libndr branch
Diffstat (limited to 'source/rpc_client/cli_reg.c')
-rw-r--r--source/rpc_client/cli_reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_client/cli_reg.c b/source/rpc_client/cli_reg.c
index 87ab5dc9dad..e136df753ad 100644
--- a/source/rpc_client/cli_reg.c
+++ b/source/rpc_client/cli_reg.c
@@ -521,7 +521,7 @@ WERROR rpccli_reg_enum_key(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
else
fstrcpy( class_name, "" );
- *mod_time = nt_time_to_unix(out.time);
+ *mod_time = nt_time_to_unix(*out.time);
return out.status;
}