Bugzilla – Attachment #280: proposed patch for bug #368
if (ret == 0) {
ret = nsc_linux_sysctl_map[i].convert_r(buf, buflen, value, len);
if (ret > 0)
return 0;
return ret;
}
return -1;