diff options
Diffstat (limited to 'src/ipcpd/normal/routing.c')
-rw-r--r-- | src/ipcpd/normal/routing.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipcpd/normal/routing.c b/src/ipcpd/normal/routing.c index 211becb4..70999951 100644 --- a/src/ipcpd/normal/routing.c +++ b/src/ipcpd/normal/routing.c @@ -161,6 +161,8 @@ static int read_fso(char * path, fso_t * fso; qosspec_t qs; + memset(&qs, 0, sizeof(qs)); + len = rib_read(path, ro, BUF_SIZE); if (len < 0) { log_err("Failed to read FSO."); |