diff options
Diffstat (limited to 'proxy/src/gp_export.c')
-rw-r--r-- | proxy/src/gp_export.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proxy/src/gp_export.c b/proxy/src/gp_export.c index 56aaf57..2710589 100644 --- a/proxy/src/gp_export.c +++ b/proxy/src/gp_export.c @@ -678,7 +678,7 @@ int gp_get_export_creds_type(struct gssx_call_ctx *ctx) static uint32_t gp_export_creds_enoent(uint32_t *min, gss_buffer_t buf) { - int32_t *p; + uint32_t *p; p = malloc(CREDS_HDR); if (!p) { @@ -704,7 +704,7 @@ static uint32_t gp_export_creds_linux(uint32_t *min, gss_name_t name, struct passwd pwd, *res; char *pwbuf = NULL; char *grbuf = NULL; - int32_t *p; + uint32_t *p; size_t len; int count, num; int ret; |