[PATCH] Fix error message from recent asn1 refactoring.

Jeremy Allison jra at samba.org
Wed Jan 6 23:08:03 UTC 2016


Attached patch removes an (harmless) error message
printed from smbclinet after the asn1 refactoring.

asn1_extract_blob() stops further asn1 processing by setting has_error.

So we shouldn't call asn1_has_error() after asn1_extract_blob() has
been successful otherwise we get an "Failed to build negTokenInit at offset"
message from smbclient.

Please review and push if you agree !

Cheers,

Jeremy.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-s3-smbclient-asn1_extract_blob-stops-further-asn1-pr.patch
Type: text/x-diff
Size: 1238 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20160106/a96ff668/0001-s3-smbclient-asn1_extract_blob-stops-further-asn1-pr.diff>


More information about the samba-technical mailing list