diff options
-rw-r--r-- | pfinet/pfinet-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/pfinet-ops.c b/pfinet/pfinet-ops.c index 9722e0e3..29c9a65c 100644 --- a/pfinet/pfinet-ops.c +++ b/pfinet/pfinet-ops.c @@ -128,7 +128,7 @@ S_pfinet_getroutes (io_t port, error_t err = 0; ifrtreq_t rs[MAX_ROUTES]; int n; - ifrtreq_t *rtable; + ifrtreq_t *rtable = NULL; pthread_mutex_lock (&global_lock); |