aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-06 13:55:55 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-06 13:55:55 +0200
commit8efdc799a4941cd7a3c7b3f438edc5ca5a0df24d (patch)
treec2ee0e14acf0612e8a6151310bef5b59841d4952
parentlibglouglou: add get_iface(ip) to get interface to use to reach an IP (diff)
downloadglouglou-8efdc799a4941cd7a3c7b3f438edc5ca5a0df24d.tar.xz
glouglou-8efdc799a4941cd7a3c7b3f438edc5ca5a0df24d.zip
libglouglou: missing var declaration
-rw-r--r--libglouglou/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libglouglou/utils.c b/libglouglou/utils.c
index 2b56270..2f5f710 100644
--- a/libglouglou/utils.c
+++ b/libglouglou/utils.c
@@ -204,6 +204,7 @@ char *
get_iface(char *ip) {
struct addr dst;
struct intf_entry entry;
+ intf_t *intf;
char *iface;
intf = intf_open();