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 | 26d161ff85a3a551990a6cb44f37ef28bd8dcdd6 (patch) | |
tree | 19462de534026591d4f4f5653b98483f01f78bf8 /source3/rpc_parse | |
parent | e48b3fe83c13aa9b061a880852d8ddd6623c29d6 (diff) | |
download | samba-26d161ff85a3a551990a6cb44f37ef28bd8dcdd6.tar.gz samba-26d161ff85a3a551990a6cb44f37ef28bd8dcdd6.tar.bz2 samba-26d161ff85a3a551990a6cb44f37ef28bd8dcdd6.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
(This used to be commit 2a68e4529ad884e8c3800f9006bb1c2b18cfada4)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r-- | source3/rpc_parse/parse_reg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/rpc_parse/parse_reg.c b/source3/rpc_parse/parse_reg.c index e1913990eb..1ebc1532f3 100644 --- a/source3/rpc_parse/parse_reg.c +++ b/source3/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; |