summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_proxy.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-04-15 00:27:25 -0400
committerSimo Sorce <simo@redhat.com>2013-04-23 12:03:19 -0700
commit319aac3a056df8953d5ffd25133fafa0a28b7296 (patch)
tree8a44dfdd57b3a6f8408b29ee5233e459c147a08b /proxy/src/gp_proxy.h
parentfa612d764c7551188cd86c1b823d8ba67116943e (diff)
downloadgss-proxy-319aac3a056df8953d5ffd25133fafa0a28b7296.tar.gz
gss-proxy-319aac3a056df8953d5ffd25133fafa0a28b7296.tar.xz
gss-proxy-319aac3a056df8953d5ffd25133fafa0a28b7296.zip
Use const string in config functions
Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Günther Deschner <gdeschner@redhat.com>
Diffstat (limited to 'proxy/src/gp_proxy.h')
-rw-r--r--proxy/src/gp_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/src/gp_proxy.h b/proxy/src/gp_proxy.h
index 6764f6a..dc7aada 100644
--- a/proxy/src/gp_proxy.h
+++ b/proxy/src/gp_proxy.h
@@ -40,7 +40,7 @@
struct gp_cred_krb5 {
char *principal;
- char **cred_store;
+ const char **cred_store;
int cred_count;
};