~j-pureftpd/gearmand/tokyo

« back to all changes in this revision

Viewing changes to examples/reverse_client_cb.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:
47
47
      break;
48
48
 
49
49
    case 'p':
50
 
      port= atoi(optarg);
 
50
      port= (in_port_t)atoi(optarg);
51
51
      break;
52
52
 
53
53
    default: