Wrong probe on connect event

This commit is contained in:
Mark Cavage 2011-11-16 10:59:53 -08:00
parent fe8294319c
commit 8cfcdadd18
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ function Server(options) {
if (log.isTraceEnabled())
log.trace('new connection from %s', c.ldap.id);
dtrace.fire('connection', function() {
dtrace.fire('server-connection', function() {
return [c.remoteAddress];
});