[asterisk-commits] dlee: branch dlee/json_main r382809 - /team/dlee/json_main/main/channel.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 11 13:35:09 CDT 2013
Author: dlee
Date: Mon Mar 11 13:35:05 2013
New Revision: 382809
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382809
Log:
fixed typo in assert
Modified:
team/dlee/json_main/main/channel.c
Modified: team/dlee/json_main/main/channel.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/json_main/main/channel.c?view=diff&rev=382809&r1=382808&r2=382809
==============================================================================
--- team/dlee/json_main/main/channel.c (original)
+++ team/dlee/json_main/main/channel.c Mon Mar 11 13:35:05 2013
@@ -257,7 +257,7 @@
RAII_VAR(struct stasis_message *, msg, NULL, ao2_cleanup);
struct ast_json *type;
- ast_assert(obj != NULL);
+ ast_assert(blob != NULL);
type = ast_json_object_get(blob, "type");
if (type == NULL) {
More information about the asterisk-commits
mailing list