Changeset 27435 for trunk/Ohana/src/opihi/lib.shell/multicommand.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/lib.shell/multicommand.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/opihi/lib.shell/multicommand.c
r26995 r27435 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.
