add unregister-on-options-fail

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8102 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-04-14 15:28:07 +00:00
parent d1a95e5aa7
commit 9227ed3a50
2 changed files with 32 additions and 1 deletions
+1
View File
@@ -138,6 +138,7 @@ typedef enum {
PFLAG_SECURE = (1 << 15),
PFLAG_BLIND_AUTH = (1 << 16),
PFLAG_WORKER_RUNNING = (1 << 17),
PFLAG_UNREG_OPTIONS_FAIL = (1 << 18)
} PFLAGS;
typedef enum {