diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 10:21:09 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 02:39:09 +0200 |
commit | a5fcce05b6798a4b76feabe7017d99e72bd16ad0 (patch) | |
tree | 746f7faca368938c04a3308a22da0b763291c829 /tests | |
parent | 0732311c805d83b06ccd6c56512723c50b5c83d6 (diff) | |
download | samba-a5fcce05b6798a4b76feabe7017d99e72bd16ad0.tar.gz samba-a5fcce05b6798a4b76feabe7017d99e72bd16ad0.tar.bz2 samba-a5fcce05b6798a4b76feabe7017d99e72bd16ad0.zip |
build: Restore configure summary checking
This was accidentily lost in:
commit b1ce226af8b61ad7e3c37860a59c6715012e738b
Author: James Peach <jpeach@samba.org>
Date: Fri Jun 15 21:58:49 2007 +0000
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
failed expression in SMB_ASSERT.
(This used to be commit 171dc060e2a576d724eed1ca65636bdafffd7713)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/summary.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/summary.c b/tests/summary.c index 3038d26aa4..40110e8ce1 100644 --- a/tests/summary.c +++ b/tests/summary.c @@ -4,7 +4,6 @@ void exit(int); main() { - exit (0); #if !defined(HAVE_FCNTL_LOCK) printf("ERROR: No locking available. Running Samba would be unsafe\n"); exit(1); |