From e4feecf74871ccf6b7847c08eaa1d22065e59f7c Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Sat, 7 Jun 2014 13:02:52 +0200 Subject: [PATCH] do not exit the program, so we can still use /join to accept an invitation --- examples/chat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/chat.c b/examples/chat.c index 70d17d7d..7859ae4c 100644 --- a/examples/chat.c +++ b/examples/chat.c @@ -194,7 +194,6 @@ int main(int argc, char *argv[]) { if(!meshlink_start(mesh)) { fprintf(stderr, "Could not start MeshLink: %s\n", mesh->errstr); - return 1; } printf("Chat started.\nType /help for a list of commands.\n"); -- 2.39.2