From: Saverio Proto Date: Sat, 7 Jun 2014 11:02:52 +0000 (+0200) Subject: do not exit the program, so we can still use /join to accept an invitation X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=e4feecf74871ccf6b7847c08eaa1d22065e59f7c do not exit the program, so we can still use /join to accept an invitation --- 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");