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:
parent
d2b3a2a474
commit
169a1c3535
4 changed files with 25 additions and 14 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue