Add ERR_MLOCKRESTRICTED (735) to reflect bounces caused by MLOCK.

This commit is contained in:
William Pitcock 2010-08-23 18:59:32 -05:00
parent c3665aa9dc
commit 32de9f4e67
2 changed files with 3 additions and 1 deletions

View file

@ -361,6 +361,8 @@ extern const char *form_str(int);
#define RPL_ENDOFMONLIST 733
#define ERR_MONLISTFULL 734
#define ERR_MLOCKRESTRICTED 735
#define RPL_RSACHALLENGE2 740
#define RPL_ENDOFRSACHALLENGE2 741