From: Günther Deschner Date: Thu, 28 Feb 2008 09:56:27 +0000 (+0100) Subject: Add noopnum to libnet join/unjoin calls. X-Git-Tag: samba-3.2.0pre2~37^2~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d8081499fd211e1225d651ff208a857167ce1db;p=thirdparty%2Fsamba.git Add noopnum to libnet join/unjoin calls. Guenther --- diff --git a/source/librpc/idl/libnet_join.idl b/source/librpc/idl/libnet_join.idl index 2741b7bd7b6..c295fbe2a7a 100644 --- a/source/librpc/idl/libnet_join.idl +++ b/source/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,