Neale Ferguson writes:
> uint_t gssLen;
>
> :
> :
> gssLen = mic_tok.Length;
> x= packet_get_string(&gssLen);
> :
A quick glance at the code shows that this is an output-only
parameter, so that should actually have been:
x= packet_get_string(&gssLen);
mic_tok.Length = gssLen;
See:
packet_get_string
-> buffer_get_string
-> buffer_get_string_ret
> As for the getopt() culprits there are 20 or more files. I'll check my diffs
> and record the file names.
OK; thanks.
--
James Carlson, Solaris Networking <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code