debug_fuzzer follow-up

This commit is contained in:
nhmall
2024-09-09 17:40:00 -04:00
parent d852d54e4c
commit bddc26faf6

View File

@@ -587,8 +587,7 @@ impossible(const char *s, ...)
va_end(the_args);
pbuf[BUFSZ - 1] = '\0'; /* sanity */
paniclog("impossible", pbuf);
if (iflags.debug_fuzzer
&& iflags.debug_fuzzer == 1)
if (iflags.debug_fuzzer == 1)
panic("%s", pbuf);
gp.pline_flags = URGENT_MESSAGE;