[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-769-g252bcf2

Stefan (metze) Metzmacher metze at samba.org
Tue Feb 12 10:43:41 GMT 2008


>  	/* we only do dialect 0 for now */
> -	if (io->in.dialect_count < 1 ||
> -	    io->in.dialects[0] != 0) {
> +	if (io->in.dialect_count < 1) {
> +		return NT_STATUS_NOT_SUPPORTED;
> +	}

Is that the correct error code?
It would be good to have a test for this...

metze

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
Url : http://lists.samba.org/archive/samba-technical/attachments/20080212/563ebe07/signature.bin


More information about the samba-technical mailing list