summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-05-17 14:27:42 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-05-17 14:27:42 +0000
commitcaf62523675fd4cc692f66bb9ba9d63a271ba970 (patch)
treed44ac9c089282b13731e49b2385df7421d2abb0d /source3/rpc_parse
parentc6926d75ddad2d4a698fe4b433b877d0ea0721a3 (diff)
downloadsamba-caf62523675fd4cc692f66bb9ba9d63a271ba970.tar.gz
samba-caf62523675fd4cc692f66bb9ba9d63a271ba970.tar.bz2
samba-caf62523675fd4cc692f66bb9ba9d63a271ba970.zip
Make non-static for some later work (pushing the info3 across the winbind
pipe for smbd to decode), and fix up the debug. (At least I assume it is wrong, can an expert care to comment?) (This used to be commit e5b4331ffa99d769b062053d6afc4772355fa5b2)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r--source3/rpc_parse/parse_net.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/rpc_parse/parse_net.c b/source3/rpc_parse/parse_net.c
index afbdf6dc57..e8a7b8e75d 100644
--- a/source3/rpc_parse/parse_net.c
+++ b/source3/rpc_parse/parse_net.c
@@ -1331,14 +1331,15 @@ void init_net_user_info3(TALLOC_CTX *ctx, NET_USER_INFO_3 *usr,
Jacobsen at HP. JRA.
********************************************************************/
-static BOOL net_io_user_info3(char *desc, NET_USER_INFO_3 *usr, prs_struct *ps, int depth, uint16 validation_level)
+BOOL net_io_user_info3(const char *desc, NET_USER_INFO_3 *usr, prs_struct *ps,
+ int depth, uint16 validation_level)
{
int i;
if (usr == NULL)
return False;
- prs_debug(ps, depth, desc, "lsa_io_lsa_user_info");
+ prs_debug(ps, depth, desc, "net_io_user_info3");
depth++;
if (UNMARSHALLING(ps))