const bug
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 19 Mar 2004 05:27:13 +0000 (05:27 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 19 Mar 2004 05:27:13 +0000 (05:27 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@884 cb58f699-b61c-0410-a6fe-9272a202ed29

shib-target/shib-sock.cpp

index e33d35e..4966a0b 100644 (file)
@@ -280,7 +280,7 @@ private:
     bool log_error() const;
 
     string m_address;
-    bool m_bound;
+    mutable bool m_bound;
     Category& m_log;
 };