summaryrefslogtreecommitdiff
path: root/protocols/ace/RMCast/Protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/RMCast/Protocol.h')
-rw-r--r--protocols/ace/RMCast/Protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ace/RMCast/Protocol.h b/protocols/ace/RMCast/Protocol.h
index cf2c2d2289d..50090523ad0 100644
--- a/protocols/ace/RMCast/Protocol.h
+++ b/protocols/ace/RMCast/Protocol.h
@@ -910,7 +910,7 @@ namespace ACE_RMCast
//
for (iterator i (this_.begin ()); !i.done (); i.advance ())
{
- u64* psn;
+ u64* psn = 0;
i.next (psn);
os << *psn;
}