Added mbtask commands to update the MIB counters

This commit is contained in:
Michiel Broek
2007-04-30 19:20:58 +00:00
parent 6a5eb09a43
commit 9a4170fe19
3 changed files with 22 additions and 9 deletions

View File

@@ -577,7 +577,7 @@ char *exe_cmd(char *in)
}
/*
* MIB Set Tosser Email
* MIB Set Tosser Internet-email
*
* MSTI:3,in,out,bad;
* 100:0;
@@ -599,12 +599,12 @@ char *exe_cmd(char *in)
}
/*
* MIB Set Tosser News
* MIB Set Tosser RFC-news
*
* MSTN:4,in,out,bad,dupe;
* MSTR:4,in,out,bad,dupe;
* 100:0;
*/
if (strncmp(cmd, "MSTN", 4) == 0) {
if (strncmp(cmd, "MSTR", 4) == 0) {
mib_set_news(token);
return obuf;
}