summaryrefslogtreecommitdiffstats
path: root/ax25rtd/cache_ctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25rtd/cache_ctl.c')
-rw-r--r--ax25rtd/cache_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25rtd/cache_ctl.c b/ax25rtd/cache_ctl.c
index 0a80387..444fc08 100644
--- a/ax25rtd/cache_ctl.c
+++ b/ax25rtd/cache_ctl.c
@@ -130,7 +130,7 @@ ax25_rt_entry *update_ax25_route(config * config, ax25_address * call,
{
ax25_rt_entry *bp = ax25_routes;
ax25_rt_entry *bp_prev = ax25_routes;
- unsigned char *iface = config->dev;
+ char *iface = config->dev;
int action = 0;
while (bp) {