Skip to content

Commit

Permalink
usrloc: Match default setting to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Jan 18, 2019
1 parent afa4f04 commit 948089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/usrloc/ul_mod.c
Expand Up @@ -148,7 +148,7 @@ char *rr_persist_str;
enum ul_sql_write_mode sql_wmode = SQL_NO_WRITE;
char *sql_wmode_str;

enum ul_pinging_mode pinging_mode = PMD_OWNERSHIP;
enum ul_pinging_mode pinging_mode = PMD_COOPERATION;
char *pinging_mode_str;

int use_domain = 0; /*!< Whether usrloc should use domain part of aor */
Expand Down

0 comments on commit 948089a

Please sign in to comment.