build: Restore configure summary checking
authorAndrew Bartlett <abartlet@samba.org>
Thu, 5 Apr 2012 00:21:09 +0000 (10:21 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 5 Apr 2012 00:39:09 +0000 (02:39 +0200)
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)

tests/summary.c

index 3038d26aa47f548b48a2706ea3ccddccca301ca5..40110e8ce1ab4e1010451d7455bf30860a93ab74 100644 (file)
@@ -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);