From 1492e1879a7c6e43990b5ade615808a9d27b5e74 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 20 Dec 2008 19:09:44 +0000 Subject: Workaround for Series 3a bug (SourceForge bug #2441386, patch from Jim Hague). --- ncpd/ncp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ncpd/ncp.h') diff --git a/ncpd/ncp.h b/ncpd/ncp.h index fba51e5..66039ac 100644 --- a/ncpd/ncp.h +++ b/ncpd/ncp.h @@ -113,6 +113,7 @@ private: linkChan *lChan; int maxChannels; std::vector pcServers; + int lastSentChannel; }; #endif -- cgit v1.2.3