summaryrefslogtreecommitdiff
path: root/ACE/ace/UUID.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-21 10:18:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-21 10:18:28 +0000
commited7528f81b5c1ef0e18fe74ace6fd2f21f758a72 (patch)
tree26ac49cf0f1e0268fa8635cc3630f401992b22ae /ACE/ace/UUID.cpp
parent6093b55e15b9de75e6fee37a9fad28956a436df8 (diff)
downloadATCD-ed7528f81b5c1ef0e18fe74ace6fd2f21f758a72.tar.gz
Thu Dec 21 10:17:04 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/UUID.cpp')
-rw-r--r--ACE/ace/UUID.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/UUID.cpp b/ACE/ace/UUID.cpp
index ee9438fc9ab..9b35fe76a52 100644
--- a/ACE/ace/UUID.cpp
+++ b/ACE/ace/UUID.cpp
@@ -113,7 +113,7 @@ namespace ACE_Utils
// Get a buffer exactly the correct size. Use the nil UUID as a
// gauge. Don't forget the trailing nul.
size_t UUID_STRING_LENGTH = 36 + thr_id_.length () + pid_.length ();
- char *buf;
+ char *buf = 0;
if ((thr_id_.length () != 0) && (pid_.length () != 0))
{