gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/rtmp r9637: initialize _index and _clienti


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9637: initialize _index and _clientid.
Date: Wed, 17 Sep 2008 21:45:44 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9637
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2008-09-17 21:45:44 -0600
message:
  initialize _index and _clientid.
modified:
  libnet/http.cpp
=== modified file 'libnet/http.cpp'
--- a/libnet/http.cpp   2008-06-10 00:03:20 +0000
+++ b/libnet/http.cpp   2008-09-18 03:45:44 +0000
@@ -77,7 +77,9 @@
     : _filetype(amf::AMF::FILETYPE_HTML),
       _filesize(0),
       _port(80),
-      _keepalive(false)
+      _keepalive(false),
+      _clientid(0),
+      _index(0)
 {
 //    GNASH_REPORT_FUNCTION;
     _handler = hand;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]