Browse Source

invalid return format adding monitor

Ulf Wiger 10 years ago
parent
commit
57ff352f19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/gproc_dist.erl

+ 1 - 1
src/gproc_dist.erl

@@ -995,5 +995,5 @@ add_follow_to_waiters(Waiters, {T,_,_} = K, Pid, Ref, S) ->
             {reply, Ref, [{insert, [Obj, Rev]}], S};
        true ->
             {reply, Ref, [{insert, [Obj, Rev]},
-                          {notify, [{Pid, Msg}]}]}
+                          {notify, [{Pid, Msg}]}], S}
     end.