m_map: oops...
This commit is contained in:
parent
f5ebe640bc
commit
bc89faebd1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ mapi_clist_av1 map_clist[] = { &map_msgtab, NULL };
|
|||
|
||||
static const char map_desc[] = "Provides the MAP command to view network topology information";
|
||||
|
||||
DECLARE_MODULE_AV2(map, NULL, NULL, map_clist, NULL, NULL, NULL, NULL, map_clist);
|
||||
DECLARE_MODULE_AV2(map, NULL, NULL, map_clist, NULL, NULL, NULL, NULL, map_desc);
|
||||
|
||||
static void dump_map(struct Client *client_p, struct Client *root, char *pbuf);
|
||||
static void flattened_map(struct Client *client_p);
|
||||
|
|
Loading…
Reference in a new issue