summaryrefslogtreecommitdiff
path: root/sharkd_session.c
diff options
context:
space:
mode:
Diffstat (limited to 'sharkd_session.c')
-rw-r--r--sharkd_session.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sharkd_session.c b/sharkd_session.c
index 2f5c0334fc..009e6d9755 100644
--- a/sharkd_session.c
+++ b/sharkd_session.c
@@ -708,7 +708,6 @@ sharkd_session_geoip_addr(address *addr, const char *suffix)
}
}
}
-#endif
#ifdef HAVE_GEOIP_V6
if (addr->type == AT_IPv6)
{
@@ -765,7 +764,7 @@ sharkd_session_geoip_addr(address *addr, const char *suffix)
}
}
#endif
-
+#endif
return with_geoip;
}