Wrong probe on connect event
This commit is contained in:
parent
fe8294319c
commit
8cfcdadd18
|
@ -312,7 +312,7 @@ function Server(options) {
|
||||||
if (log.isTraceEnabled())
|
if (log.isTraceEnabled())
|
||||||
log.trace('new connection from %s', c.ldap.id);
|
log.trace('new connection from %s', c.ldap.id);
|
||||||
|
|
||||||
dtrace.fire('connection', function() {
|
dtrace.fire('server-connection', function() {
|
||||||
return [c.remoteAddress];
|
return [c.remoteAddress];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue