Skip to content

Commit

Permalink
[mms-lib] Store MMS files in /tmp/mms by default
Browse files Browse the repository at this point in the history
This guarantees that these files get deleted after reboot even if we
accidentally leave something there. MMS backend doesn't need to store
anything persistently.
  • Loading branch information
monich committed Feb 27, 2014
1 parent f603ff2 commit f6be8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mms-lib/src/mms_lib_util.c
Expand Up @@ -18,7 +18,7 @@
#include "mms_task.h"
#include "mms_log.h"

#define MMS_DEFAULT_ROOT_DIR "/var/mms"
#define MMS_DEFAULT_ROOT_DIR "/tmp/mms"
#define MMS_DEFAULT_USER_AGENT "Jolla MMS"
#define MMS_DEFAULT_RETRY_SECS (15)
#define MMS_DEFAULT_IDLE_SECS (20)
Expand Down

0 comments on commit f6be8fc

Please sign in to comment.