diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-15 20:26:52 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-15 20:26:52 +0200 |
commit | 28fd4f6fcb101fc0274c43611a59d22072fb7891 (patch) | |
tree | 80e13cb31e126191ec4e6b374178746145114d5d /source3/rpc_parse | |
parent | c05c5dba8a3ae832df4d2b1c58761089147288f1 (diff) | |
download | samba-28fd4f6fcb101fc0274c43611a59d22072fb7891.tar.gz samba-28fd4f6fcb101fc0274c43611a59d22072fb7891.tar.bz2 samba-28fd4f6fcb101fc0274c43611a59d22072fb7891.zip |
Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE.
(This used to be commit 7bea00dca1ee08ef731dfa73110ef9c190a29919)
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r-- | source3/rpc_parse/parse_rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_rpc.c b/source3/rpc_parse/parse_rpc.c index b696080aef..268bee7e51 100644 --- a/source3/rpc_parse/parse_rpc.c +++ b/source3/rpc_parse/parse_rpc.c @@ -326,7 +326,7 @@ static bool smb_io_rpc_iface(const char *desc, RPC_IFACE *ifc, prs_struct *ps, i if (!smb_io_uuid( "uuid", &ifc->uuid, ps, depth)) return False; - if(!prs_uint32 ("version", ps, depth, &ifc->version)) + if(!prs_uint32 ("version", ps, depth, &ifc->if_version)) return False; return True; |