]> git.pld-linux.org Git - packages/proftpd.git/blob - proftpd-port-65535.patch
- fixed previous change
[packages/proftpd.git] / proftpd-port-65535.patch
1 --- ./include/proftpd.h.org     Mon Oct 22 01:32:03 2001
2 +++ ./include/proftpd.h Mon Oct 22 01:33:00 2001
3 @@ -95,7 +95,7 @@
4    volatile int sp_flags;               /* Session/Protection flags */
5  
6    p_in_addr_t data_addr;               /* Remote data address */
7 -  short data_port;                     /* Remote data port */
8 +  unsigned short data_port;            /* Remote data port */
9  
10    unsigned char ident_lookups;         /* Is RFC931 (ident) protocol used? */
11    char *ident_user;                    /* User identified by ident protocol */
This page took 0.025057 seconds and 3 git commands to generate.