fix netdb bug
authorkang <pilseob.kang@samsung.com>
Wed, 20 Sep 2017 06:57:57 +0000 (15:57 +0900)
committerkang <pilseob.kang@samsung.com>
Thu, 21 Sep 2017 06:59:40 +0000 (15:59 +0900)
commit90c17c3235c4ecc08ae550e032a7a2ff54d5abb2
treefde816d7446ef31fa50e86ee77a6039fac773292
parent85e4cb98dbcfc2d32e5183928a950e8738f30fd6
fix netdb bug

1) If netdb calls exit() then tash will be destroyed. so I call 'return' instead of calling exit().
2) Usage message is wrong, showing address options even though HAVE_GETHOSTBYADDR flag is off.
apps/system/netdb/netdb_main.c