From a5fcce05b6798a4b76feabe7017d99e72bd16ad0 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 5 Apr 2012 10:21:09 +1000 Subject: [PATCH] build: Restore configure summary checking This was accidentily lost in: commit b1ce226af8b61ad7e3c37860a59c6715012e738b Author: James Peach 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) --- tests/summary.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/summary.c b/tests/summary.c index 3038d26aa47..40110e8ce1a 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); -- 2.11.4.GIT