mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 06:37:37 +03:00
net.connect: Remove manual onattach callback invocation
This commit is contained in:
parent
437fd63c6f
commit
7f9c753df9
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ function pending_connection_listeners.onconnect(conn)
|
||||||
end
|
end
|
||||||
pending_connections_map[conn] = nil;
|
pending_connections_map[conn] = nil;
|
||||||
p:log("debug", "Successfully connected");
|
p:log("debug", "Successfully connected");
|
||||||
if p.listeners.onattach then
|
|
||||||
p.listeners.onattach(conn, p.data);
|
|
||||||
end
|
|
||||||
conn:setlistener(p.listeners);
|
conn:setlistener(p.listeners);
|
||||||
return p.listeners.onconnect(conn);
|
return p.listeners.onconnect(conn);
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue