[Freeswitch-svn] [commit] r6226 - freeswitch/trunk/src/mod/formats/mod_local_stream

Freeswitch SVN anthm at freeswitch.org
Mon Nov 12 18:19:35 EST 2007


Author: anthm
Date: Mon Nov 12 18:19:35 2007
New Revision: 6226

Modified:
   freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c

Log:
fix -

Modified: freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c
==============================================================================
--- freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c	(original)
+++ freeswitch/trunk/src/mod/formats/mod_local_stream/mod_local_stream.c	Mon Nov 12 18:19:35 2007
@@ -316,7 +316,7 @@
 				}
 			} else if (!strcasecmp(var, "interval")) {
 				source->interval = atoi(val);
-			} else if (!strcasecmp(var, "timer_name")) {
+			} else if (!strcasecmp(var, "timer-name")) {
 				source->timer_name = switch_core_strdup(source->pool, val);
 			}
 		}



More information about the Freeswitch-svn mailing list