mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-01 23:10:58 +00:00
Fix stupid error in previous commit
Since ret is no longer update by close_notify(), we need to reset it to 0 after a successful write.
This commit is contained in:
parent
687f89beab
commit
a92ed4845c
|
@ -1749,7 +1749,7 @@ data_exchange:
|
|||
|
||||
buf[written] = '\0';
|
||||
printf( " %d bytes written in %d fragments\n\n%s\n", written, frags, (char *) buf );
|
||||
|
||||
ret = 0;
|
||||
|
||||
/*
|
||||
* 7b. Continue doing data exchanges?
|
||||
|
|
Loading…
Reference in a new issue