diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2023-01-06 20:48:22 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2023-01-06 20:48:22 +0000 |
| commit | 6f4e10db3298f6d65e1e646fe52aaafc3682b788 (patch) | |
| tree | 0a8de0ec1173c00886bcde1c3b18e0963e5f2b83 /kcm/protocol.c | |
| parent | d5d1e8b157da7410fe13e6302f8e1bee81320bb5 (diff) | |
Diffstat (limited to 'kcm/protocol.c')
| -rw-r--r-- | kcm/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcm/protocol.c b/kcm/protocol.c index c36bbe9c6c67..0b5e6189b0eb 100644 --- a/kcm/protocol.c +++ b/kcm/protocol.c @@ -423,7 +423,7 @@ kcm_op_get_principal(krb5_context context, free(name); kcm_release_ccache(context, ccache); - return 0; + return ret; } /* |
