~j-pureftpd/gearmand/tokyo

« back to all changes in this revision

Viewing changes to examples/echo_worker.c

  • Committer: Frank Denis
  • Date: 2009-06-22 14:50:52 UTC
  • mfrom: (50.1.1 gearmand)
  • Revision ID: j@jedi.devteam.orbus.fr-20090622145052-s40f87uem2zrmvdz
Sync with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
      break;
38
38
 
39
39
    case 'p':
40
 
      port= atoi(optarg);
 
40
      port= (in_port_t)atoi(optarg);
41
41
      break;
42
42
 
43
43
    default: