diff --git a/cde/programs/dtpad/main.c b/cde/programs/dtpad/main.c index 83679c08e..fa8dc64f6 100644 --- a/cde/programs/dtpad/main.c +++ b/cde/programs/dtpad/main.c @@ -1876,4 +1876,8 @@ dtpadXIOErrorHandler( fprintf(stderr, "X IO Error"); PanicSave(); + + /* Man page for XSetIOErrorhandler says this is a fatal error and + * should not return */ + exit(EXIT_FAILURE); }