summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/krb5/keyblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/krb5/keyblock.c')
-rw-r--r--source4/heimdal/lib/krb5/keyblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/krb5/keyblock.c b/source4/heimdal/lib/krb5/keyblock.c
index f34a5c4f90..9ba9c4b290 100644
--- a/source4/heimdal/lib/krb5/keyblock.c
+++ b/source4/heimdal/lib/krb5/keyblock.c
@@ -131,7 +131,7 @@ krb5_copy_keyblock (krb5_context context,
{
krb5_error_code ret;
krb5_keyblock *k;
-
+
*to = NULL;
k = calloc (1, sizeof(*k));