From a56a4e391d541ae05de0203f3d493edc3b04681d Mon Sep 17 00:00:00 2001 From: Emiliano Ciavatta Date: Mon, 13 Apr 2020 17:12:35 +0200 Subject: Add AddRoute tests --- connection_handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connection_handler.go') 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(), -- cgit v1.2.3-70-g09d2