From e541a4949b1a1c35d45ce39e86162166681411f5 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 12 Nov 2015 23:08:52 +0100 Subject: [PATCH] remove exit() from lib code --- src/hsp_ag.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hsp_ag.c b/src/hsp_ag.c index dc8413647..cc76008a4 100644 --- a/src/hsp_ag.c +++ b/src/hsp_ag.c @@ -493,7 +493,6 @@ static void packet_handler (void * connection, uint8_t packet_type, uint16_t cha if (status != 0){ log_error("(e)SCO Connection is not established, status %u", status); - exit(0); break; } switch (link_type){