gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9844: set the docroot for the dispat


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9844: set the docroot for the dispatch_handler.
Date: Wed, 17 Dec 2008 10:56:43 -0700
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9844
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2008-12-17 10:56:43 -0700
message:
  set the docroot for the dispatch_handler.
modified:
  cygnal/cygnal.cpp
=== modified file 'cygnal/cygnal.cpp'
--- a/cygnal/cygnal.cpp 2008-12-17 17:35:48 +0000
+++ b/cygnal/cygnal.cpp 2008-12-17 17:56:43 +0000
@@ -570,6 +570,7 @@
                tnet = new Network;
                tnet->setFileFd(args->netfd);
                targs->handler = tnet;
+               targs->filespec = docroot;
            } else {
                log_debug("Not starting new HTTP thread, spawned already for 
tid #%d", tid);
                tnet = networks[tid];


reply via email to

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