[asterisk-commits] kharwell: branch kharwell/pimp_sip_state r388724 - in /team/kharwell/pimp_sip...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue May 14 15:34:46 CDT 2013
Author: kharwell
Date: Tue May 14 15:34:44 2013
New Revision: 388724
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388724
Log:
removing whitespace
Modified:
team/kharwell/pimp_sip_state/res/res_sip_exten_state.c
team/kharwell/pimp_sip_state/res/res_sip_providers/res_sip_pidf.c
Modified: team/kharwell/pimp_sip_state/res/res_sip_exten_state.c
URL: http://svnview.digium.com/svn/asterisk/team/kharwell/pimp_sip_state/res/res_sip_exten_state.c?view=diff&rev=388724&r1=388723&r2=388724
==============================================================================
--- team/kharwell/pimp_sip_state/res/res_sip_exten_state.c (original)
+++ team/kharwell/pimp_sip_state/res/res_sip_exten_state.c Tue May 14 15:34:44 2013
@@ -68,7 +68,7 @@
}
strncpy(obj->body_type, obj->type, sizeof(obj->body_type));
strncat(obj->body_type, "/", 1);
- strncat(obj->body_type, obj->subtype, sizeof(obj->body_type) -
+ strncat(obj->body_type, obj->subtype, sizeof(obj->body_type) -
strlen(obj->body_type));
AST_RWLIST_INSERT_TAIL(&providers, obj, next);
@@ -239,7 +239,6 @@
return NULL;
}
-
if (!(exten_state_sub->sip_sub = ast_sip_create_subscription(handler, role, endpoint, rdata))) {
ast_log(LOG_WARNING, "Unable to create SIP subscription for endpoint %s\n",
ast_sorcery_object_get_id(endpoint));
@@ -387,7 +386,7 @@
if (exten_state_sub->last_exten_state == info->exten_state) {
return 0;
}
- exten_state_sub->last_exten_state = info->exten_state;
+ exten_state_sub->last_exten_state = info->exten_state;
if (!(task_data = alloc_notify_task_data(exten_state_sub))) {
return -1;
Modified: team/kharwell/pimp_sip_state/res/res_sip_providers/res_sip_pidf.c
URL: http://svnview.digium.com/svn/asterisk/team/kharwell/pimp_sip_state/res/res_sip_providers/res_sip_pidf.c?view=diff&rev=388724&r1=388723&r2=388724
==============================================================================
--- team/kharwell/pimp_sip_state/res/res_sip_providers/res_sip_pidf.c (original)
+++ team/kharwell/pimp_sip_state/res/res_sip_providers/res_sip_pidf.c Tue May 14 15:34:44 2013
@@ -140,7 +140,7 @@
*
* This is some code that was part of the original chan_sip implementation
* that is not part of the RFC 3863 definition, but we are keeping available
- * for backward compatability. The original comment stated that Eyebeam
+ * for backward compatability. The original comment stated that Eyebeam
* supports this format.
*/
More information about the asterisk-commits
mailing list