[sr-dev] git:master: drouting(k): typo fix

Andrei Pelinescu-Onciul andrei at iptel.org
Tue Sep 29 20:06:34 CEST 2009


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

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Tue Sep 29 20:04:32 2009 +0200

drouting(k): typo fix

---

 modules_k/drouting/routing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules_k/drouting/routing.c b/modules_k/drouting/routing.c
index 618f413..1ff7629 100644
--- a/modules_k/drouting/routing.c
+++ b/modules_k/drouting/routing.c
@@ -351,7 +351,7 @@ add_dst(
 	}
 	/* note we discard the port discovered by the resolve function - we are
 	interested only in the port that was actually configured. */
-	if ( (he=sip_resolvehost( &uri.host, NULL, (char*)(void*)&uri.proto)==0 )) {
+	if ((he=sip_resolvehost( &uri.host, NULL, (char*)(void*)&uri.proto))==0 ) {
 		if(dr_force_dns)
 		{
 			LM_ERR("cannot resolve <%.*s>\n",




More information about the sr-dev mailing list