From e36f607d44a53969c4dc469f7c940ed861419ca1 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sat, 8 Apr 2017 15:25:07 +0300 Subject: [PATCH] modules/registrar: removed extra empty line --- src/modules/registrar/lookup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/registrar/lookup.c b/src/modules/registrar/lookup.c index 27d040b6ffa..cd261b1f323 100644 --- a/src/modules/registrar/lookup.c +++ b/src/modules/registrar/lookup.c @@ -47,7 +47,6 @@ static int has_to_tag(struct sip_msg* msg) { - if (parse_to_header(msg) < 0) return 0; return (get_to(msg)->tag_value.len > 0) ? 1 : 0; }