From: Adam Dickmeiss Date: Sat, 15 Apr 2006 15:54:38 +0000 (+0000) Subject: Increment session number again (was deleted by mistake in 1.56) X-Git-Tag: YAZPROXY.1.1.0.3~5 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=453b15fc535beeea3dd98d78ccef61825f910b5e Increment session number again (was deleted by mistake in 1.56) --- diff --git a/src/yaz-proxy.cpp b/src/yaz-proxy.cpp index 14c2f5e..386f74c 100644 --- a/src/yaz-proxy.cpp +++ b/src/yaz-proxy.cpp @@ -1,4 +1,4 @@ -/* $Id: yaz-proxy.cpp,v 1.57 2006-04-13 00:43:56 adam Exp $ +/* $Id: yaz-proxy.cpp,v 1.58 2006-04-15 15:54:38 adam Exp $ Copyright (c) 1998-2006, Index Data. This file is part of the yazproxy. @@ -438,6 +438,7 @@ IPDU_Observer *Yaz_Proxy::sessionNotify(IPDU_Observable else sprintf(session_str, "%ld:%d %d ", (long) time(0), m_session_no, 0); + m_session_no++; yaz_log (YLOG_LOG, "%sNew session %s", session_str, peername);