~ubuntu-branches/ubuntu/raring/heimdal/raring

« back to all changes in this revision

Viewing changes to appl/ftp/ftpd/ftpcmd.y

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2011-07-21 17:40:58 UTC
  • mfrom: (1.1.12 upstream) (2.4.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110721174058-byiuowgocek307cs
Tags: 1.5~pre2+git20110720-2
Fix dependency on pthreads when building on Linux 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
                                    socket_get_address(his_addr),
162
162
                                    socket_addr_size(his_addr)) != 0)) {
163
163
                            usedefault = 1;
164
 
                            reply(500, "Illegal PORT range rejected.");                     
 
164
                            reply(500, "Illegal PORT range rejected.");
165
165
                        } else {
166
166
                            usedefault = 0;
167
167
                            if (pdata >= 0) {
1013
1013
        { "FIND", LOCATE, STR1, 1,      "<sp> globexpr" },
1014
1014
 
1015
1015
        { "URL",  URL,  ARGS, 1,        "?" },
1016
 
        
 
1016
 
1017
1017
        { NULL,   0,    0,    0,        0 }
1018
1018
};
1019
1019