diff options
author | Nito Martinez <Nito@Qindel.ES> | 2015-05-15 22:40:05 +0200 |
---|---|---|
committer | Nito Martinez <Nito@Qindel.ES> | 2015-05-15 22:40:05 +0200 |
commit | cf4ed917e2d7d6b3683ba1aa4ea4662538b69516 (patch) | |
tree | 4cfdb3464db15feb471c80d46c1ab5f531a847c5 /nxcomp/Proxy.cpp | |
parent | 8ed8a43d2cad421561d0082949d2bfa9f29c7675 (diff) | |
download | nx-libs-cf4ed917e2d7d6b3683ba1aa4ea4662538b69516.tar.gz nx-libs-cf4ed917e2d7d6b3683ba1aa4ea4662538b69516.tar.bz2 nx-libs-cf4ed917e2d7d6b3683ba1aa4ea4662538b69516.zip |
This patch is some code fixes to debug some debuging macro usage in the NX code.
Particularly the following macros have been tested -DTEST -DDEBUG -DDUMP -DFLUSH -DTOKEN -DSPLIT -DPING -DMIXED -DMATCH -DTIME
Diffstat (limited to 'nxcomp/Proxy.cpp')
-rw-r--r-- | nxcomp/Proxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/Proxy.cpp b/nxcomp/Proxy.cpp index 9b38661b4..4eb99cf45 100644 --- a/nxcomp/Proxy.cpp +++ b/nxcomp/Proxy.cpp @@ -5176,7 +5176,7 @@ char *Proxy::handleSaveAllStores(const char *savePath) const *(cacheDumpName + DEFAULT_STRING_LENGTH - 1) = '\0'; - mode_t fileMode = umask(0077); + fileMode = umask(0077); cacheDump = new ofstream(cacheDumpName, ios::out); |