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

« back to all changes in this revision

Viewing changes to lib/kadm5/ent_setup.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:
103
103
                                   NULL);
104
104
        if (ret)
105
105
            return KADM5_BAD_TL_TYPE;
106
 
        
 
106
 
107
107
        ret = hdb_replace_extension(context, &ent->entry, &ext);
108
108
        free_HDB_extension(&ext);
109
109
    } else {