From d68bea01625074bea258d2b18cbee1ae6b641a21 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 21 Apr 2016 14:57:14 -0400 Subject: Allow to specify a client name for init tests Signed-off-by: Simo Sorce Reviewed-by: Robbie Harwood --- proxy/tests/t_utils.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'proxy/tests/t_utils.c') 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; -- cgit