Bug#324735: Global variable clash is causing this this time

2005-10-17 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paul, On Fri, Oct 14, 2005 at 11:31:26AM +1000, Paul TBBle Hampson wrote: > I note that it is marked as unmaintained upstream, so I will submit the > patch here... If the Debian maintainer is not interested in such a > patch, I will talk to the ups

Bug#324735: Global variable clash is causing this this time

2005-10-13 Thread Paul TBBle Hampson
The introduction of a global Debug variable into libpam-mount is conflicting with a similar global variable buried somewhere in XDM (I think, based on valgrind results). The simple fix is to rename Debug to PMDebug in all the .c and .h files in src/. This seems to be working here. A better fix wo