diff options
author | Simo Sorce <simo@redhat.com> | 2016-04-21 14:57:14 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2016-05-04 14:18:53 -0400 |
commit | d68bea01625074bea258d2b18cbee1ae6b641a21 (patch) | |
tree | 7440ccd231d6df697bc5dbdc3b7ffbc7d30a9553 /proxy/tests/t_utils.c | |
parent | c7f60e6716db2202f68139a38ec5367a78441928 (diff) | |
download | gss-proxy-d68bea01625074bea258d2b18cbee1ae6b641a21.tar.gz gss-proxy-d68bea01625074bea258d2b18cbee1ae6b641a21.tar.xz gss-proxy-d68bea01625074bea258d2b18cbee1ae6b641a21.zip |
Allow to specify a client name for init tests
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Robbie Harwood <rharwood@redhat.com>
Diffstat (limited to 'proxy/tests/t_utils.c')
-rw-r--r-- | proxy/tests/t_utils.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proxy/tests/t_utils.c b/proxy/tests/t_utils.c index 7ceb0d2..6af9a16 100644 --- a/proxy/tests/t_utils.c +++ b/proxy/tests/t_utils.c @@ -93,8 +93,7 @@ void t_log_failure(gss_OID mech, uint32_t maj, uint32_t min) gss_release_buffer(&discard, &tmp); } -int t_string_to_name(const char *string, gss_name_t *name, - gss_OID type) +int t_string_to_name(const char *string, gss_name_t *name, gss_OID type) { gss_buffer_desc target_buf; uint32_t ret_maj; |