Skip to content

Commit 7688302

Browse files
committed
fixup
1 parent 71b844e commit 7688302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_networking.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ tcp_listener_started(Protocol, Opts, IPAddress, Port) ->
271271
port = Port,
272272
opts = Opts},
273273
F = fun () ->
274-
ok = mnesia:write(rabbit_listener, L)
274+
ok = mnesia:write(rabbit_listener, L, write)
275275
end,
276276
ok = rabbit_misc:execute_mnesia_transaction(F).
277277

0 commit comments

Comments
 (0)