aboutsummaryrefslogtreecommitdiff
path: root/connection_handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'connection_handler.go')
-rw-r--r--connection_handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/connection_handler.go b/connection_handler.go
index b8bddc9..e4730cc 100644
--- a/connection_handler.go
+++ b/connection_handler.go
@@ -188,7 +188,7 @@ func (ch *connectionHandlerImpl) Complete(handler *StreamHandler) {
server = handler
}
- connectionID := ch.Storage().NewCustomRowID(ch.connectionFlow.Hash(), startedAt)
+ connectionID := CustomRowID(ch.connectionFlow.Hash(), startedAt)
connection := Connection{
ID: connectionID,
SourceIP: ch.connectionFlow[0].String(),