util: use SMB_ASSERT with panic also in non-developer builds !!!
commit7eb812566832724b06760fe709de106302146068
authorMichael Adam <obnox@samba.org>
Fri, 11 May 2012 14:42:33 +0000 (11 16:42 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 11 May 2012 18:16:38 +0000 (11 20:16 +0200)
treee784d8defbc627124cde3489f1bd5bd89cd40eac
parent8be7e6b7fb294bd1469a9a5a0081bcaa4f07e2f2
util: use SMB_ASSERT with panic also in non-developer builds !!!

This has been around since a long time: In non-developer builds,
we don't panic in SMB_ASSERT but happly continue with the error
condition, which is ridiculous and dangerous...
lib/util/samba_util.h