#! /bin/sh /usr/share/dpatch/dpatch-run ## is_running_always_true.dpatch by Stephan Suerken ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad libcommoncpp2-1.5.1~/src/thread.cpp libcommoncpp2-1.5.1/src/thread.cpp --- libcommoncpp2-1.5.1~/src/thread.cpp 2006-08-31 21:55:08.000000000 +0200 +++ libcommoncpp2-1.5.1/src/thread.cpp 2007-04-02 13:46:10.000000000 +0200 @@ -1068,6 +1068,7 @@ { #ifndef WIN32 priv->_jtid = priv->_tid; + priv->_tid = 0; #else priv->_active = false; #endif