diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/krb/pac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/pac.c b/src/lib/krb5/krb/pac.c index fb5f597a6..196b627d8 100644 --- a/src/lib/krb5/krb/pac.c +++ b/src/lib/krb5/krb/pac.c @@ -230,7 +230,7 @@ krb5_pac_get_buffer(krb5_context context, return ret; data->data = malloc(d.length); - if (data == NULL) + if (data->data == NULL) return ENOMEM; data->length = d.length; |
