X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FPassiveQueue.cc;h=08eb6907f9d81ee20f8838198a38db241f7aee82;hb=7527fa188b41bd1e1ce1eb55777bfe360eb8373e;hp=7ce0b6ce48e243836518847a985d17baec5b45e6;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/PPI/PassiveQueue.cc b/PPI/PassiveQueue.cc index 7ce0b6c..08eb690 100644 --- a/PPI/PassiveQueue.cc +++ b/PPI/PassiveQueue.cc @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -50,7 +50,7 @@ prefix_ void senf::ppi::module::PassiveQueue::onInput() prefix_ void senf::ppi::module::PassiveQueue::onOutput() { - if (input) + if (input) output(input()); if (!input) output.throttle();