mosquitto_passwd: Don't exit on signal for oss-fuzz

This commit is contained in:
Roger A. Light
2024-03-03 08:00:24 +00:00
parent bac0cdbfc3
commit 1882bdd95b
+2
View File
@@ -384,7 +384,9 @@ static void handle_sigint(int signal)
UNUSED(signal);
#ifndef WITH_FUZZING
exit(0);
#endif
}