Cleanup missing flags hack

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11921 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene
2009-02-12 14:46:14 +00:00
parent 7aa3a2e670
commit f0c05ca83c
5 changed files with 17 additions and 20 deletions
+3 -3
View File
@@ -174,6 +174,9 @@ typedef enum {
PFLAG_CALLID_AS_UUID,
PFLAG_UUID_AS_CALLID,
PFLAG_SCROOGE,
PFLAG_MANAGE_SHARED_APPEARANCE,
PFLAG_DISABLE_SRV,
PFLAG_DISABLE_NAPTR,
/* No new flags below this line */
PFLAG_MAX
@@ -451,9 +454,6 @@ struct sofia_profile {
sofia_media_options_t media_options;
uint32_t force_subscription_expires;
switch_rtp_bug_flag_t auto_rtp_bugs;
char manage_shared_appearance; /* pflags was all full up - MTK */
char disable_srv;
char disable_naptr;
};
struct private_object {