On Tue, 26 Sep 2017 15:13:56 -0400
Roman Mashak wrote:
> Since FILE *_fp was not explicitly initialized, all the consequent print_*()
> calls were failing.
>
> Signed-off-by: Roman Mashak
This works, but the later patch by Julien Fortien which gets rid of the
FILE * argument all together is a
Since FILE *_fp was not explicitly initialized, all the consequent print_*()
calls were failing.
Signed-off-by: Roman Mashak
---
ip/ipmonitor.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ip/ipmonitor.c b/ip/ipmonitor.c
index 3171d47..f4d502a 100644
--- a/ip/ipmonitor.c
+++ b/ip/ipmon