From 3ec73fc6825c6a0bd2a51364f8f8849245c89e25 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Wed, 2 Sep 2020 19:26:37 +0200 Subject: gnunet-qr/uri: Fix exit code handling; fix memory corruption --- src/util/gnunet-uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/gnunet-uri.c') diff --git a/src/util/gnunet-uri.c b/src/util/gnunet-uri.c index 9443c9120..de0ff1f92 100644 --- a/src/util/gnunet-uri.c +++ b/src/util/gnunet-uri.c @@ -29,7 +29,7 @@ /** * Handler exit code */ -static long unsigned int exit_code = 1; +static long unsigned int exit_code = 0; /** * Helper process we started. -- cgit v1.2.3