looks like the change should be
```
- if (unlikely(wb==0))
+ if (unlikely(wb==0)) {
SHM_MEM_ERROR;
goto error;
+ }
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1836#issuecomment-462312285