]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
test
authorRaymond Chandler <intralanman@freeswitch.org>
Thu, 15 Jan 2009 23:47:06 +0000 (23:47 +0000)
committerRaymond Chandler <intralanman@freeswitch.org>
Thu, 15 Jan 2009 23:47:06 +0000 (23:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11245 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_lcr/mod_lcr.c

index 946cd54033279a491510d6c617b530a70fb6b9cc..8de404201480169a8923668a99279cddcc919d9e 100644 (file)
@@ -166,6 +166,7 @@ void init_max_lens(max_len maxes)
        maxes->dialstring = (headers[LCR_DIALSTRING_PLACE] == NULL ? 0 : strlen(headers[LCR_DIALSTRING_PLACE]));
        maxes->digit_str = (headers[LCR_DIGITS_PLACE] == NULL ? 0 : strlen(headers[LCR_DIGITS_PLACE]));
        maxes->rate = 8;
+       printf("WTF\n");
 }
 
 switch_status_t process_max_lengths(max_obj_t *maxes, lcr_route routes, char *destination_number)