fix registration overlap timeout snafu

This commit is contained in:
Anthony Minessale
2010-11-02 17:58:24 -05:00
parent 97d80d924a
commit df52cc0952
4 changed files with 23 additions and 5 deletions
+1
View File
@@ -343,6 +343,7 @@ typedef enum {
REG_STATE_FAIL_WAIT,
REG_STATE_EXPIRED,
REG_STATE_NOREG,
REG_STATE_TIMEOUT,
REG_STATE_LAST
} reg_state_t;