From d84022afa4b139b20e2be826ab45e1c84b274a84 Mon Sep 17 00:00:00 2001 From: nalin Date: Wed, 1 Feb 2006 18:05:14 +0000 Subject: * src/krb5-auth-dialog.c(renew_credentials): fix a warning where we were passing an int where a pointer was expected git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@58 517b70f8-ed25-0410-8bf6-f5db08f7b76e --- src/krb5-auth-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/krb5-auth-dialog.c b/src/krb5-auth-dialog.c index 81f4f38..1fa5aee 100644 --- a/src/krb5-auth-dialog.c +++ b/src/krb5-auth-dialog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004,2005 Red Hat, Inc. + * Copyright (C) 2004,2005,2006 Red Hat, Inc. * Authored by Christopher Aillon * * This program is free software; you can redistribute it and/or modify @@ -401,7 +401,7 @@ renew_credentials (void) } retval = krb5_get_init_creds_password(kcontext, &my_creds, kprincipal, - NULL, krb5_gtk_prompter, 0, + NULL, krb5_gtk_prompter, NULL, 0, NULL, &opts); if (retval) { -- cgit v1.2.3