Fixed the wrong value being returned form dcb_read_SSL.

This commit is contained in:
Markus Makela
2015-06-23 16:20:26 +03:00
parent 15e6d6f9fc
commit abf39303d7

View File

@ -1239,7 +1239,7 @@ int dcb_read_SSL(
} /*< while (true) */ } /*< while (true) */
return_n: return_n:
return n; return nread;
} }
/** /**
* General purpose routine to write to a DCB * General purpose routine to write to a DCB