From ef606f9ad07973f285caae9728b9912423283ae3 Mon Sep 17 00:00:00 2001 From: marian Date: Mon, 28 Jan 2008 12:08:47 +0000 Subject: [PATCH] Use proper variable type. git-svn-id: http://yate.null.ro/svn/yate/trunk@1686 acf43c95-373e-0410-b603-e72c3f656dc1 --- libs/ysig/q931.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ysig/q931.cpp b/libs/ysig/q931.cpp index e07fa8be..2f1093c6 100644 --- a/libs/ysig/q931.cpp +++ b/libs/ysig/q931.cpp @@ -2334,7 +2334,7 @@ void ISDNQ931::attach(ISDNLayer2* q921) // Add 1000 ms to minimum value to allow the lower layer to re-establish // the data link before we make a retransmission if (q) { - u_int32_t min = q->dataTimeout(); + u_int64_t min = q->dataTimeout(); if (m_callDiscTimer.interval() <= min) m_callDiscTimer.interval(min + 1000); if (m_callRelTimer.interval() <= min)