Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ftp_user.c

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

revision 29 by hirohitohigashi, Sat Feb 28 12:48:31 2009 UTC revision 50 by hirohitohigashi, Wed Dec 2 15:13:30 2009 UTC
# Line 43  int ftp_user( LIBOFTP *ftp, const char * Line 43  int ftp_user( LIBOFTP *ftp, const char *
43      char str1[256];      char str1[256];
44      int res;      int res;
45    
46        if( ftp->socket < 0 ) return LIBOFTP_ERROR;
47    
48      /*      /*
49       * send user name.       * send user name.
50       */       */
# Line 98  PROCEED: Line 100  PROCEED:
100    
101      return LIBOFTP_NOERROR;      return LIBOFTP_NOERROR;
102  }  }
       
   

Legend:
Removed from v.29  
changed lines
  Added in v.50

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26