Changeset 27368 for branches/eam_branches/largefiles.20100314/Ohana/src/opihi/lib.shell/multicommand.c
- Timestamp:
- Mar 19, 2010, 5:35:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/opihi/lib.shell/multicommand.c
r26995 r27368 32 32 /* here we can perform the security handshaking */ 33 33 VarConfig ("PASSWORD", "%s", PASSWORD); 34 SendCommand (server, strlen(PASSWORD), PASSWORD);34 SendCommand (server, strlen(PASSWORD), "%s", PASSWORD); 35 35 36 36 return; … … 82 82 if (server) { 83 83 // send the command to the server instead 84 if (!SendMessage (server, outline)) {84 if (!SendMessage (server, "%s", outline)) { 85 85 switch (errno) { 86 86 case EPIPE:
Note:
See TracChangeset
for help on using the changeset viewer.
