Skip to content
Snippets Groups Projects
Commit 093f349d authored by Joshua Colp's avatar Joshua Colp Committed by Gerrit Code Review
Browse files

Merge "chan_dahdi: Change 999999 to INT_MAX to better reflect "no timeout""

parents f1e06a45 5bd72814
No related branches found
No related tags found
No related merge requests found
......@@ -9847,7 +9847,7 @@ static void *analog_ss_thread(void *data)
/* If starting a threeway call, never timeout on the first digit so someone
can use flash-hook as a "hold" feature */
if (p->subs[SUB_THREEWAY].owner)
timeout = 999999;
timeout = INT_MAX;
while (len < AST_MAX_EXTENSION-1) {
int is_exten_parking = 0;
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment