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

« back to all changes in this revision

Viewing changes to lib/gssapi/krb5/test_cred.c

  • 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:
86
86
        if (maj_stat != GSS_S_COMPLETE)
87
87
            gss_err(1, min_stat, "aquire %d %d != GSS_S_COMPLETE",
88
88
                    i, (int)maj_stat);
89
 
                                
 
89
 
90
90
        maj_stat = gss_release_cred(&min_stat, &cred);
91
91
        if (maj_stat != GSS_S_COMPLETE)
92
92
            gss_err(1, min_stat, "release %d %d != GSS_S_COMPLETE",
122
122
                            NULL,
123
123
                            NULL,
124
124
                            NULL);
125
 
                        
 
125
 
126
126
    if (maj_stat != GSS_S_COMPLETE)
127
127
        gss_err(1, min_stat, "add_cred %d != GSS_S_COMPLETE", (int)maj_stat);
128
128