summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/nmbd/nmbd.c')
-rw-r--r--source3/nmbd/nmbd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index 9df30adc8c..24f4951612 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -153,7 +153,8 @@ static BOOL dump_core(void)
#endif
- DEBUG( 0, ( "Dumping core in %s\n",dname ) );
+ DEBUG(0,("Dumping core in %s\n",dname));
+ abort();
return( True );
} /* dump_core */
#endif