[svn-commits] dlee: branch dlee/stasis-app r382287 - in /team/dlee/stasis-app: ./ main/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Feb 28 14:27:23 CST 2013


Author: dlee
Date: Thu Feb 28 14:27:19 2013
New Revision: 382287

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382287
Log:
fixed a typ
........

Merged revisions 382286 from http://svn.asterisk.org/svn/asterisk/team/dlee/stasis-core

Modified:
    team/dlee/stasis-app/   (props changed)
    team/dlee/stasis-app/main/channel.c

Propchange: team/dlee/stasis-app/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Feb 28 14:27:19 2013
@@ -1,1 +1,1 @@
-/team/dlee/stasis-core:1-382283
+/team/dlee/stasis-core:1-382286

Modified: team/dlee/stasis-app/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/stasis-app/main/channel.c?view=diff&rev=382287&r1=382286&r2=382287
==============================================================================
--- team/dlee/stasis-app/main/channel.c (original)
+++ team/dlee/stasis-app/main/channel.c Thu Feb 28 14:27:19 2013
@@ -272,7 +272,7 @@
 	}
 	event->variable = ast_strdup(name);
 	event->value = ast_strdup(value);
-	if (event->channel_name == NULL || event->uniquid == NULL || event->variable == NULL || event->value == NULL) {
+	if (event->channel_name == NULL || event->uniqueid == NULL || event->variable == NULL || event->value == NULL) {
 		ast_log(LOG_ERROR, "Allocation failed\n");
 		return;
 	}




More information about the svn-commits mailing list