diff options
Diffstat (limited to 'src/ipcpd/normal')
-rw-r--r-- | src/ipcpd/normal/dir.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipcpd/normal/dir.c b/src/ipcpd/normal/dir.c index cbc50ba4..0249ba06 100644 --- a/src/ipcpd/normal/dir.c +++ b/src/ipcpd/normal/dir.c @@ -98,6 +98,8 @@ int dir_unreg(const uint8_t * hash) dir_path_reset(); + ipcp_hash_str(hashstr, hash); + rib_path_append(dir_path, hashstr); if (!rib_has(dir_path)) |