Index: /tags/ipp-20110622/Ohana/src/opihi/pantasks/TaskOps.c
===================================================================
--- /tags/ipp-20110622/Ohana/src/opihi/pantasks/TaskOps.c	(revision 31856)
+++ /tags/ipp-20110622/Ohana/src/opihi/pantasks/TaskOps.c	(revision 31857)
@@ -471,4 +471,5 @@
   NewTask[0].Nfailure = 0;
   NewTask[0].Ntimeout = 0;
+  NewTask[0].Nskipexec = 0;
 
   /* jobs timing statistics */
Index: /tags/ipp-20110622/Ohana/src/opihi/pantasks/ipptool2book.c
===================================================================
--- /tags/ipp-20110622/Ohana/src/opihi/pantasks/ipptool2book.c	(revision 31856)
+++ /tags/ipp-20110622/Ohana/src/opihi/pantasks/ipptool2book.c	(revision 31857)
@@ -69,5 +69,5 @@
     gprint (GP_ERR, "USAGE: ipptool2book (queue) (book) [-uniq] [-key key[:key..]]\n");
     FREEKEYS;
-    return (FALSE);
+    return (TRUE);
   }
 
@@ -76,5 +76,5 @@
     gprint (GP_ERR, "queue %s not found\n", argv[1]);
     FREEKEYS;
-    return (FALSE);
+    return (TRUE);
   }
     
@@ -108,5 +108,5 @@
     free (line);
     FREEKEYS;
-    return FALSE;
+    return (TRUE);
   }
   free (line);
@@ -120,5 +120,5 @@
 	gprint (GP_ERR, "ERROR: unterminated metadata\n");
 	FREEKEYS;
-	return (FALSE);
+	return (TRUE);
       }
       FREEKEYS;
@@ -145,5 +145,5 @@
 	free (bookName);
 	FREEKEYS;
-	return (FALSE);
+	return (TRUE);
       }
       free (tmpword);
@@ -155,5 +155,5 @@
 	free (bookName);
 	FREEKEYS;
-	return FALSE;
+	return TRUE;
       }
       onPage = TRUE;
@@ -179,5 +179,5 @@
 	    gprint (GP_ERR, "ERROR: missing key %s for ID\n", keys[i]);
 	    FREEKEYS;
-	    return (FALSE);
+	    return (TRUE);
 	  }
 	  if (i > 0) strcat (pagename, ":");
@@ -221,5 +221,5 @@
       free (bookName);
       FREEKEYS;
-      return (FALSE);
+      return (TRUE);
     }
     BookSetWord (page, tmpword, tmpvalue);
@@ -229,5 +229,5 @@
   }    
   FREEKEYS;
-  return (FALSE);
+  return (TRUE);
 }
 
