1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 17:51:03 +00:00

FS-10150: fix typo

This commit is contained in:
Mike Jerris 2017-04-24 12:34:40 -05:00
parent 83322661a5
commit fde6afda4c
3 changed files with 3 additions and 3 deletions
libs/sofia-sip
.update
libsofia-sip-ua/tport
src/mod/endpoints/mod_verto

@ -1 +1 @@
Fri Apr 21 15:42:59 CDT 2017
Mon Apr 24 12:31:01 CDT 2017

@ -482,7 +482,7 @@ ssize_t ws_raw_write(wsh_t *wsh, void *data, size_t bytes)
}
}
} while (--sanity > 0 && kws->block && wrote < bytes);
} while (--sanity > 0 && wsh->block && wrote < bytes);
//if (r<0) {
//printf("wRITE FAIL: %s\n", strerror(errno));

@ -482,7 +482,7 @@ ssize_t ws_raw_write(wsh_t *wsh, void *data, size_t bytes)
}
}
} while (--sanity > 0 && kws->block && wrote < bytes);
} while (--sanity > 0 && wsh->block && wrote < bytes);
//if (r<0) {
//printf("wRITE FAIL: %s\n", strerror(errno));