svn commit: samba r25815 - in branches/SAMBA_4_0/source: librpc/idl torture/rpc

Stefan (metze) Metzmacher metze at samba.org
Sat Nov 3 08:03:10 GMT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

gd at samba.org schrieb:
> Author: gd
> Date: 2007-11-02 15:11:54 +0000 (Fri, 02 Nov 2007)
> New Revision: 25815
> 
> WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25815
> 
> Log:
> Small DFS idl fixes.
> 
> Guenther
> 
> Modified:
>    branches/SAMBA_4_0/source/librpc/idl/dfs.idl
>    branches/SAMBA_4_0/source/torture/rpc/dfs.c
> 
> 
> Changeset:
> Modified: branches/SAMBA_4_0/source/librpc/idl/dfs.idl
> ===================================================================
> --- branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2007-11-02 15:09:58 UTC (rev 25814)
> +++ branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2007-11-02 15:11:54 UTC (rev 25815)
> @@ -52,12 +52,11 @@
>  		[string,charset(UTF16)] uint16 *path;
>  	} dfs_Info1;
>  
> -	/* first 4 bits unverified yet */
>  	typedef [public,bitmap32bit] bitmap {
>  		DFS_VOLUME_STATE_OK 		= 0x1,
>  		DFS_VOLUME_STATE_INCONSISTENT 	= 0x2,
> -		DFS_VOLUME_STATE_OFFLINE 	= 0x4,
> -		DFS_VOLUME_STATE_ONLINE		= 0x8,
> +		DFS_VOLUME_STATE_OFFLINE 	= 0x3,
> +		DFS_VOLUME_STATE_ONLINE		= 0x4,
>  		DFS_VOLUME_STATE_STANDALONE	= DFS_VOLUME_FLAVOR_STANDALONE,
>  		DFS_VOLUME_STATE_AD_BLOB	= DFS_VOLUME_FLAVOR_AD_BLOB
>  	} dfs_VolumeState;

now this looks more like an enum instead of a bitmap.

metze
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFHLCs+m70gjA5TCD8RAhzRAKCnIfiqc9rJJ2cO6tEIBfykIEB+TQCgueIt
4cEri7Y6RQR4FgkLPxgiQaA=
=H5+Y
-----END PGP SIGNATURE-----


More information about the samba-cvs mailing list