Skip to content

Commit

Permalink
Fixes for leo-project/leofs/issues/725#issuecomment-319763818
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Aug 4, 2017
1 parent 509b60d commit 2c2237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leo_mq_server.erl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ init([Id, WorkerSeqNum, #mq_properties{db_name = DBName,
undefined ->
leo_backend_db_sup:start_child(
leo_backend_db_sup, MQDBMessageId,
DBProcs, DBName, MQDBMessagePath);
DBProcs, DBName, MQDBMessagePath, true);
_ ->
void
end,
Expand Down

0 comments on commit 2c2237b

Please sign in to comment.