From: Chuck Lever Date: Fri, 23 Apr 2010 16:02:34 +0000 (-0400) Subject: libexport.a: Allow client_init() to fail instead of exit X-Git-Tag: nfs-utils-1-2-3-rc3~7 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=5d954d871fb265af584faef5df6e2e7e6ada7c3b;hp=5d954d871fb265af584faef5df6e2e7e6ada7c3b libexport.a: Allow client_init() to fail instead of exit client_init()'s current callers can now deal correctly with a failure. Get rid of code that can cause our process to exit in client_init(), if address mask parsing or memory allocation fails. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---