diff options
author | Gerald Carter <jerry@samba.org> | 2002-07-04 13:18:56 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-07-04 13:18:56 +0000 |
commit | 2a68e4529ad884e8c3800f9006bb1c2b18cfada4 (patch) | |
tree | c2965178a99137e579ba61d5241143df76358dfb /source/rpc_parse/parse_reg.c | |
parent | 0c4afe075aa018ec2be10f36fd3f0a5af2a032f1 (diff) | |
download | samba-2a68e4529ad884e8c3800f9006bb1c2b18cfada4.tar.gz samba-2a68e4529ad884e8c3800f9006bb1c2b18cfada4.tar.xz samba-2a68e4529ad884e8c3800f9006bb1c2b18cfada4.zip |
fixed the geyed out registry keys. Stupid typo on my part.
Now on to plug in the printing tdbs to the registry view....
jerry
Diffstat (limited to 'source/rpc_parse/parse_reg.c')
-rw-r--r-- | source/rpc_parse/parse_reg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/rpc_parse/parse_reg.c b/source/rpc_parse/parse_reg.c index e1913990ebb..1ebc1532f31 100644 --- a/source/rpc_parse/parse_reg.c +++ b/source/rpc_parse/parse_reg.c @@ -129,11 +129,11 @@ BOOL reg_io_q_open_hklm(char *desc, REG_Q_OPEN_HKLM * r_q, prs_struct *ps, if (r_q->ptr != 0) { if (!prs_uint16("unknown_0", ps, depth, &(r_q->unknown_0))) - return False; + return False; if (!prs_uint16("unknown_1", ps, depth, &(r_q->unknown_1))) - return False; + return False; if (!prs_uint32("access_mask", ps, depth, &(r_q->access_mask))) - return False; + return False; } return True; |