mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
-check a few more error codes
This commit is contained in:
@@ -119,6 +119,9 @@ main (int argc, char *const *argv)
|
||||
|
||||
curl_global_cleanup ();
|
||||
fclose (cert);
|
||||
remove (ca_cert_file_name);
|
||||
if (0 != remove (ca_cert_file_name))
|
||||
fprintf (stderr,
|
||||
"Failed to remove `%s'\n",
|
||||
ca_cert_file_name);
|
||||
return errorCount != 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user