diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-17 02:16:44 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-17 02:16:44 +0000 |
commit | 0f75bfc2ecc219884dcb37d7110a33cb19839a2c (patch) | |
tree | 5c7d24b739e06bbf11bfd81264cdbe6259ad7c1e /source3/aparser/srvsvc.struct | |
parent | a71519cf0c75ec26f762d88681a6175a40e36813 (diff) | |
download | samba-0f75bfc2ecc219884dcb37d7110a33cb19839a2c.tar.gz samba-0f75bfc2ecc219884dcb37d7110a33cb19839a2c.tar.xz samba-0f75bfc2ecc219884dcb37d7110a33cb19839a2c.zip |
minor parse updates
(This used to be commit 2e0a39204ade323c52847ce9783a987a81c8013a)
Diffstat (limited to 'source3/aparser/srvsvc.struct')
-rw-r--r-- | source3/aparser/srvsvc.struct | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/aparser/srvsvc.struct b/source3/aparser/srvsvc.struct index 3ba36836ad7..e50fe11a822 100644 --- a/source3/aparser/srvsvc.struct +++ b/source3/aparser/srvsvc.struct @@ -41,7 +41,9 @@ struct CONN_INFO_1 { struct CONN_ENUM_CTR { uint32 level; + uint32 level2; uint32 num_entries; + uint32 num_entries2; union *info[level] { case 0 CONN_INFO_0 info0[num_entries]; case 1 CONN_INFO_1 info1[num_entries]; @@ -50,11 +52,9 @@ struct CONN_ENUM_CTR { struct SRV_R_NET_CONN_ENUM { .trailer; - uint32 level; CONN_ENUM_CTR ctr; - ENUM_HND handle; uint32 num_entries; - uint32 status; + ENUM_HND handle; uint32 status2; }; @@ -140,8 +140,8 @@ struct SRV_R_NET_SHARE_ENUM { } .trailer; uint32 count; - uint32 status1; - uint32 status2; + ENUM_HND handle; + uint32 status; }; |