/[mldonkey]/mldonkey/src/daemon/driver/driverControlers.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/driver/driverControlers.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.43 by spiralvoice, Mon Aug 15 20:27:56 2005 UTC revision 1.44 by spiralvoice, Tue Sep 6 11:24:59 2005 UTC
# Line 390  let user_reader o telnet sock nread  = Line 390  let user_reader o telnet sock nread  =
390          if cmd <> "" then begin          if cmd <> "" then begin
391              before_telnet_output o sock;              before_telnet_output o sock;
392              let buf = o.conn_buf in              let buf = o.conn_buf in
393              Buffer.clear buf;              Buffer.reset buf;
394              if o.conn_output = ANSI then Printf.bprintf buf "> $b%s$n\n" cmd;              if o.conn_output = ANSI then Printf.bprintf buf "> $b%s$n\n" cmd;
395              eval telnet.telnet_auth cmd o;              eval telnet.telnet_auth cmd o;
396              Buffer.add_char buf '\n';              Buffer.add_char buf '\n';

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26