summaryrefslogtreecommitdiffstats
path: root/proxy/src/gp_rpc_process.c
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-01-30 14:25:21 -0500
committerSimo Sorce <simo@redhat.com>2012-02-01 17:56:34 -0500
commit328bb688e1d8a11645e19631401e93e4cadad65f (patch)
treee16e5f61c5c6c6dff307edb41fdb470651de2adf /proxy/src/gp_rpc_process.c
parent5ece0443a85a0c6339c5fed6b7d1e2f6a214356f (diff)
downloadgss-proxy-328bb688e1d8a11645e19631401e93e4cadad65f.tar.gz
gss-proxy-328bb688e1d8a11645e19631401e93e4cadad65f.tar.xz
gss-proxy-328bb688e1d8a11645e19631401e93e4cadad65f.zip
Add server implementation of acquire_cred
Diffstat (limited to 'proxy/src/gp_rpc_process.c')
-rw-r--r--proxy/src/gp_rpc_process.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/proxy/src/gp_rpc_process.c b/proxy/src/gp_rpc_process.c
index 68b8c10..2e101b0 100644
--- a/proxy/src/gp_rpc_process.c
+++ b/proxy/src/gp_rpc_process.c
@@ -390,10 +390,7 @@ int gp_import_cred(gp_exec_std_args)
{
return 0;
}
-int gp_acquire_cred(gp_exec_std_args)
-{
- return 0;
-}
+
int gp_store_cred(gp_exec_std_args)
{
return 0;