svn commit: samba r23688 - in branches: SAMBA_3_0/source/passdb
SAMBA_3_0_25/source/passdb SAMBA_3_0_26/source/passdb
Volker Lendecke
Volker.Lendecke at SerNet.DE
Tue Jul 3 20:23:15 GMT 2007
On Tue, Jul 03, 2007 at 01:16:21PM -0700, Jeremy Allison wrote:
> > Yep. But it's apparently not valid anywhere else.
>
> What is 'N' supposed to do ?
From liblber encode.c:
case 'N': /* Debug NULL */
if( lber_int_null != 0 ) { /* Insert NULL to ensure
* peer ignores unknown tags */
rc = ber_put_null( ber, lber_int_null );
} else {
rc = 0;
}
break;
So it's the same as 'n', just more of a debugging aid. I
could not find a place where lber_int_null was set to 1.
So IMO pretty pointless.
Volker
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20070703/84608e92/attachment.bin
More information about the samba-technical
mailing list