msgbuf: s_assert is not a substitute for proper code

(dns, m_alias, m_stats updated as msgbuf no longer includes s_assert.h)
This commit is contained in:
Simon Arlott 2017-07-26 19:18:08 +01:00
parent d2b3a2a474
commit 169a1c3535
No known key found for this signature in database
GPG key ID: C8975F2043CA5D24
4 changed files with 25 additions and 14 deletions

View file

@ -31,6 +31,7 @@
#include "numeric.h"
#include "send.h"
#include "packet.h"
#include "s_assert.h"
static const char alias_desc[] = "Provides the system for services aliases";

View file

@ -46,6 +46,7 @@
#include "whowas.h"
#include "rb_radixtree.h"
#include "sslproc.h"
#include "s_assert.h"
static const char stats_desc[] =
"Provides the STATS command to inspect various server/network information";