This commit is contained in:
David Hill 2012-07-27 16:24:54 -04:00
parent a7ab2b3338
commit 1fa17c86c2

View file

@ -7442,7 +7442,7 @@ void
check_conn(void) check_conn(void)
{ {
if (conn->has_error) if (conn->has_error)
errx(err, "X CONNECTION ERROR"); errx(1, "X CONNECTION ERROR");
} }
#endif #endif