diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-04-13 12:38:01 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-04-13 12:38:01 +0000 |
commit | 58a31360a6637b564dc73246b8e50ca9d0f39b8c (patch) | |
tree | 4ba78371566f1587cb031e75175ef3e99c6d5924 /src/ipcpd/normal/dir.c | |
parent | 6fc88977c8230cf15a0b12cec254190277d759b5 (diff) | |
parent | 5e2074f079f39aa683c59b53d33bac3bccd561f0 (diff) | |
download | ouroboros-58a31360a6637b564dc73246b8e50ca9d0f39b8c.tar.gz ouroboros-58a31360a6637b564dc73246b8e50ca9d0f39b8c.zip |
Merged in dstaesse/ouroboros/be-fix-unreg (pull request #482)
ipcpd: Fix unregistration in normal
Diffstat (limited to 'src/ipcpd/normal/dir.c')
-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)) |