cmdmon: move comment to make its scope clearer
This commit is contained in:
parent
c2872d1e12
commit
3ac6a0c26c
1 changed files with 1 additions and 2 deletions
3
candm.h
3
candm.h
|
@ -529,8 +529,7 @@ typedef struct {
|
|||
#define STT_BADSUBNET 7
|
||||
#define STT_ACCESSALLOWED 8
|
||||
#define STT_ACCESSDENIED 9
|
||||
/* Deprecated */
|
||||
#define STT_NOHOSTACCESS 10
|
||||
#define STT_NOHOSTACCESS 10 /* Deprecated */
|
||||
#define STT_SOURCEALREADYKNOWN 11
|
||||
#define STT_TOOMANYSOURCES 12
|
||||
#define STT_NORTC 13
|
||||
|
|
Loading…
Reference in a new issue