1
0
Fork 0

remove profile engine startup in mmsrelay and mmssend

This commit is contained in:
bagyenda 2006-02-24 05:21:39 +00:00
parent 35e33941c7
commit cba8424eef
2 changed files with 4 additions and 2 deletions

View File

@ -59,8 +59,9 @@ int main(int argc, char *argv[])
if (!settings)
panic(0, "No global MMSC configuration!");
#if 0
mms_start_profile_engine(octstr_get_cstr(settings->ua_profile_cache_dir));
#endif
signal(SIGHUP, quit_now);
signal(SIGTERM, quit_now);

View File

@ -116,8 +116,9 @@ int main(int argc, char *argv[])
exit(-1);
}
#if 0
mms_start_profile_engine(octstr_get_cstr(settings->ua_profile_cache_dir));
#endif
if (data) {
/* try and detect if we are looking at plain text (mime-encoded) or binary encoded message. */
int ch = octstr_get_char(data, 0);