Index: trunk/Ohana/src/opihi/lib.shell/multicommand.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/multicommand.c	(revision 26995)
+++ trunk/Ohana/src/opihi/lib.shell/multicommand.c	(revision 27435)
@@ -32,5 +32,5 @@
   /* here we can perform the security handshaking */
   VarConfig ("PASSWORD", "%s", PASSWORD);
-  SendCommand (server, strlen(PASSWORD), PASSWORD);
+  SendCommand (server, strlen(PASSWORD), "%s", PASSWORD);
   
   return;
@@ -82,5 +82,5 @@
 	if (server) {
 	  // send the command to the server instead
-	  if (!SendMessage (server, outline)) {
+	  if (!SendMessage (server, "%s", outline)) {
 	    switch (errno) {
 	      case EPIPE:
