[Telepathy-commits] [telepathy-sofiasip/norm-fixes] Alignment fix

Mikhail Zabaluev mikhail.zabaluev at nokia.com
Wed Oct 8 09:21:40 PDT 2008


---
 src/sip-connection-helpers.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sip-connection-helpers.c b/src/sip-connection-helpers.c
index d06bdf8..ff4fedd 100644
--- a/src/sip-connection-helpers.c
+++ b/src/sip-connection-helpers.c
@@ -671,9 +671,9 @@ priv_is_host (const gchar* str)
       GError *error = NULL;
 
       host_regex = g_regex_new ("^("
-            "("DOMAIN"\\.)*"TLD"\\.?|"                  /* host name */
+            "("DOMAIN"\\.)*"TLD"\\.?|"      /* host name */
             "[0-9]{1,3}(\\.[0-9]{1,3}){3}|" /* IPv4 address */
-            "\\[[0-9a-f:.]\\]"                      /* IPv6 address, sloppily */
+            "\\[[0-9a-f:.]\\]"              /* IPv6 address, sloppily */
           ")$",
           G_REGEX_CASELESS | G_REGEX_RAW | G_REGEX_OPTIMIZE, 0, &error);
 
-- 
1.5.6.5



More information about the Telepathy-commits mailing list