diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2020-07-15 18:28:54 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2020-07-15 18:28:54 +0000 |
| commit | 5b0945b57059d1cde0831d3afea7ec56c7d79508 (patch) | |
| tree | e49923939d3056efb36ba71433d5f2601ba06f5c /contrib/sendmail/libsm/assert.c | |
| parent | 289d6a3fa6f52d2222728c98d085fd743b46aab4 (diff) | |
| parent | cee0d44ab388e12fbd62fdb134d295c58901148a (diff) | |
Notes
Diffstat (limited to 'contrib/sendmail/libsm/assert.c')
| -rw-r--r-- | contrib/sendmail/libsm/assert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/libsm/assert.c b/contrib/sendmail/libsm/assert.c index 6393e9eca419e..e777201090284 100644 --- a/contrib/sendmail/libsm/assert.c +++ b/contrib/sendmail/libsm/assert.c @@ -83,7 +83,7 @@ sm_abort_defaulthandler(filename, lineno, msg) #ifdef SIGSTOP if (sm_debug_active(&SmAbortStop, 1)) kill(getpid(), SIGSTOP); -#endif /* SIGSTOP */ +#endif abort(); } |
