summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/res_fax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_fax.c b/res/res_fax.c
index cae96603f..0aedd2dec 100644
--- a/res/res_fax.c
+++ b/res/res_fax.c
@@ -901,7 +901,7 @@ static int generic_fax_exec(struct ast_channel *chan, struct ast_fax_session_det
/* handle frames for the session */
ms = 1000;
- while ((ms > -1) && (timeout > 0)) {
+ while ((res > -1) && (ms > -1) && (timeout > 0)) {
struct ast_channel *ready_chan;
int ofd, exception;