Re: [devel] [PATCH 1/1] imm: Don't call exit() in IMM library [#2604]

2017-10-02 Thread Zoran Milinkovic
Hi Hung, Ack from me. Thanks, Zoran -Original Message- From: Hung Nguyen [mailto:hung.d.ngu...@dektech.com.au] Sent: den 2 oktober 2017 08:47 To: Zoran Milinkovic Cc: opensaf-devel@lists.sourceforge.net; Hung Duc Nguyen

[devel] [PATCH 1/1] imm: Don't call exit() in IMM library [#2604]

2017-10-02 Thread Hung Nguyen
When PBE loses connection with IMMND, we don't call exit() in IMM library. Instead, we mark the handle as exposed and then PBE will exit when it fails to call saImmOmDispatch. --- src/imm/agent/imma_db.cc | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git