[sr-dev] git:master: modules_k/rls: Fixed a small whitespace issue in send_notifies( )

Peter Dunkley peter.dunkley at crocodile-rcs.com
Tue Jan 24 19:01:49 CET 2012


Module: sip-router
Branch: master
Commit: 2edb81dd7fe3ec9564dcd6afac89f068158663ea
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2edb81dd7fe3ec9564dcd6afac89f068158663ea

Author: pd <peter.dunkley at crocodile-rcs.com>
Committer: pd <peter.dunkley at crocodile-rcs.com>
Date:   Tue Jan 24 18:01:31 2012 +0000

modules_k/rls: Fixed a small whitespace issue in send_notifies()

---

 modules_k/rls/resource_notify.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules_k/rls/resource_notify.c b/modules_k/rls/resource_notify.c
index b450d56..b79e83b 100644
--- a/modules_k/rls/resource_notify.c
+++ b/modules_k/rls/resource_notify.c
@@ -230,7 +230,7 @@ static void send_notifies(db1_res_t *result, int did_col, int resource_uri_col,
 		/*if first or different*/
 		if(prev_did==NULL || strcmp(prev_did, curr_did)!=0)
 		{
-            /* Work out a subscription from the did. */
+			/* Work out a subscription from the did. */
 			get_dialog_from_did(curr_did, &dialog, &hash_code);
 			if(dialog== NULL)
 			{
@@ -296,7 +296,7 @@ static void send_notifies(db1_res_t *result, int did_col, int resource_uri_col,
 			else
 			if(auth_state_flag & TERMINATED_STATE)
 			{
-			    len_est += strlen(row_vals[resource_uri_col].val.string_val) + 10; /* reason="[resaon]" */
+				len_est += strlen(row_vals[resource_uri_col].val.string_val) + 10; /* reason="[resaon]" */
 			}
             
 			if (rls_max_notify_body_len > 0 && len_est > rls_max_notify_body_len)




More information about the sr-dev mailing list