~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/lib/krb5/krb/get_in_tkt.c

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2009-05-13 14:09:31 UTC
  • mfrom: (13.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090513140931-sv5wtfc7665p6q3i
Tags: 1.7dfsg~beta2-1
* New Upstream release including FAST support for DES and 3DES.
* Remove non-free content accidentally reintroduced in beta1, Closes: #528555
* Add strict dependency from libgssapi-krb5-2 to libkrb5-3 as discussed
  in #528514

Show diffs side-by-side

added added

removed removed

Lines of Context:
650
650
        retval = send_as_request(context, encoded_request,
651
651
                                 krb5_princ_realm(context, request.client), &err_reply,
652
652
                                 &as_reply, &use_master);
653
 
        krb5_free_data_contents(context, encoded_request);
 
653
        krb5_free_data(context, encoded_request);
654
654
        if (retval != 0)
655
655
            goto cleanup;
656
656