return 1 on failure, update (c)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16658 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-25 12:29:46 +00:00
parent 464c8d8ca6
commit 091fba8a25
8 changed files with 20 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1999-2004 Kungliga Tekniska H<>gskolan
* Copyright (c) 1999-2006 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -119,5 +119,5 @@ out:
kadm5_free_principal_ent(kadm_handle, &princ);
out2:
free (etypes);
return 0;
return ret != 0;
}