[padb] r408 committed - Call global_detach with the right options in watch mode....

padb at googlecode.com padb at googlecode.com
Sat Nov 6 21:17:04 GMT 2010


Revision: 408
Author: apittman at gmail.com
Date: Sat Nov  6 14:16:22 2010
Log: Call global_detach with the right options in watch mode.
Without this fix "watch" was crashing for some modes.

http://code.google.com/p/padb/source/detail?r=408

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Fri Nov  5 17:03:08 2010
+++ /trunk/src/padb	Sat Nov  6 14:16:22 2010
@@ -9878,7 +9878,7 @@

      # Detach from all processes if the outer requested us to.
      if ( defined $cmd->{detach_after_callback} ) {
-        global_detach( $cmd->{mode}, $pid_list );
+        global_detach($pid_list);
      }

      return;




More information about the padb-devel mailing list