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

« back to all changes in this revision

Viewing changes to appl/test/tcp_server.c

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2011-10-03 23:50:05 UTC
  • mfrom: (1.1.15) (2.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20111003235005-0voibbgdhyqmtp6w
Tags: 1.5.dfsg.1-3
Add conflicts with kcc to heimdal-clients. Closes: #644138

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    krb5_principal server;
45
45
    krb5_ticket *ticket;
46
46
    char *name;
47
 
    char hostname[MAXHOSTNAMELEN];
 
47
    char hostname[MaxHostNameLen];
48
48
    krb5_data packet;
49
49
    krb5_data data;
50
50
    uint32_t len, net_len;