diff options
author | Günther Deschner <gd@samba.org> | 2008-02-28 10:56:27 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-28 11:38:01 +0100 |
commit | 3257f6068522ea80d2e62911cccab0fb0b009574 (patch) | |
tree | 780f00439d1e5fba901142dcb3d7f18b24f03d1e /source3/librpc | |
parent | c3ef76593b106e2c35c9c422cd9a216f0039ebf2 (diff) | |
download | samba-3257f6068522ea80d2e62911cccab0fb0b009574.tar.gz samba-3257f6068522ea80d2e62911cccab0fb0b009574.tar.bz2 samba-3257f6068522ea80d2e62911cccab0fb0b009574.zip |
Add noopnum to libnet join/unjoin calls.
Guenther
(This used to be commit 0d8081499fd211e1225d651ff208a857167ce1db)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/libnet_join.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl index 2741b7bd7b..c295fbe2a7 100644 --- a/source3/librpc/idl/libnet_join.idl +++ b/source3/librpc/idl/libnet_join.idl @@ -13,7 +13,7 @@ interface libnetjoin { typedef bitmap wkssvc_joinflags wkssvc_joinflags; - [nopush,nopull] WERROR libnet_JoinCtx( + [nopush,nopull,noopnum] WERROR libnet_JoinCtx( [in] string dc_name, [in] string machine_name, [in,ref] string *domain_name, @@ -39,7 +39,7 @@ interface libnetjoin [out] boolean8 domain_is_ad ); - [nopush,nopull] WERROR libnet_UnjoinCtx( + [nopush,nopull,noopnum] WERROR libnet_UnjoinCtx( [in] string dc_name, [in] string machine_name, [in] string domain_name, |