summaryrefslogtreecommitdiffstats
path: root/proxy/tests/t_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/tests/t_init.c')
-rw-r--r--proxy/tests/t_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/tests/t_init.c b/proxy/tests/t_init.c
index fd8cdf6..a6499db 100644
--- a/proxy/tests/t_init.c
+++ b/proxy/tests/t_init.c
@@ -15,7 +15,7 @@ int main(int argc, const char *argv[])
uint32_t ret_min;
int ret = -1;
- ret = t_string_to_name(argv[1], &name);
+ ret = t_string_to_name(argv[1], &name, GSS_C_NT_HOSTBASED_SERVICE);
if (ret) {
DEBUG(argv[0], "Failed to import server name from argv[1]\n");
ret = -1;