[padb-devel] [padb commit] r100 - Add an explicit return so this runction returns undef, otherwise

codesite-noreply at google.com codesite-noreply at google.com
Wed Jul 15 17:08:05 BST 2009


Author: apittman
Date: Wed Jul 15 09:04:04 2009
New Revision: 100

Modified:
    branches/full-duplex/src/padb

Log:
Add an explicit return so this runction returns undef, otherwise
we return the result of the signal call which gets passed back
up the tree only to be ignored at a later stage.


Modified: branches/full-duplex/src/padb
==============================================================================
--- branches/full-duplex/src/padb	(original)
+++ branches/full-duplex/src/padb	Wed Jul 15 09:04:04 2009
@@ -5845,6 +5845,7 @@
      my ( $cargs, $vp, $pid ) = @_;
      my $signal = uc( $cargs->{signal} );
      kill( $signal, $pid );
+    return;
  }

  sub show_queue {




More information about the padb-devel mailing list