mwatts(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1235151?usp=email )
Change subject: RADOS_KV: fix segfault when exiting.
......................................................................
RADOS_KV: fix segfault when exiting.
Fix a segfault. It is bad luck to call a cleanup function
in a shared object after the shared object has been unloaded.
Change-Id: Ifa103f027c8b87c1b1e7160e19eb931bc2c4da3a
Signed-off-by: Marcus Watts <mwatts(a)redhat.com>
---
M src/SAL/recovery/recovery_rados_ng.c
1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/51/1235151/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1235151?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Ifa103f027c8b87c1b1e7160e19eb931bc2c4da3a
Gerrit-Change-Number: 1235151
Gerrit-PatchSet: 1
Gerrit-Owner: mwatts(a)redhat.com