[svn-commits] twilson: trunk r121955 - /trunk/main/features.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 11 16:38:40 CDT 2008


Author: twilson
Date: Wed Jun 11 16:38:40 2008
New Revision: 121955

URL: http://svn.digium.com/view/asterisk?view=rev&rev=121955
Log:
Initialize parkingtime to DEFAULT_PARK_TIME instead of 0

Modified:
    trunk/main/features.c

Modified: trunk/main/features.c
URL: http://svn.digium.com/view/asterisk/trunk/main/features.c?view=diff&rev=121955&r1=121954&r2=121955
==============================================================================
--- trunk/main/features.c (original)
+++ trunk/main/features.c Wed Jun 11 16:38:40 2008
@@ -3001,7 +3001,7 @@
 			default_parkinglot->parking_stop = 750;
 			default_parkinglot->parking_offset = 0;
 			default_parkinglot->parkfindnext = 0;
-			default_parkinglot->parkingtime = 0;
+			default_parkinglot->parkingtime = DEFAULT_PARK_TIME;
 			ao2_unlock(default_parkinglot);
 		}
 	}




More information about the svn-commits mailing list