Module Name: src Committed By: maya Date: Mon Aug 5 13:45:01 UTC 2019
Modified Files:
src/usr.sbin/bta2dpd/bta2dpd: sbc_encode.c
Log Message:
Remove duplicate check for curpkt > 13
We already guarantee this above:
if (numpkts < 1 || numpkts > 13) {
return -1;
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/bta2dpd/bta2dpd/sbc_encode.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
