فهرست منبع

drouting(k): typo fix

Andrei Pelinescu-Onciul 16 سال پیش
والد
کامیت
140d0a351d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      modules_k/drouting/routing.c

+ 1 - 1
modules_k/drouting/routing.c

@@ -351,7 +351,7 @@ add_dst(
 	}
 	}
 	/* note we discard the port discovered by the resolve function - we are
 	/* note we discard the port discovered by the resolve function - we are
 	interested only in the port that was actually configured. */
 	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)
 		if(dr_force_dns)
 		{
 		{
 			LM_ERR("cannot resolve <%.*s>\n",
 			LM_ERR("cannot resolve <%.*s>\n",