diff options
author | Simo Sorce <simo@redhat.com> | 2015-11-10 23:14:56 -0500 |
---|---|---|
committer | Robbie Harwood <rharwood@redhat.com> | 2015-12-01 17:53:58 -0500 |
commit | ed62abc6def520fdc36798dbed4e26be7470ca39 (patch) | |
tree | e3936ba8b2f16b1e5db68dfb530c1d2c9cf09abd /proxy/tests/t_init.c | |
parent | 8e28e35b9cf2cc6f1a2b4166b8cc1ae0856578d3 (diff) | |
download | gss-proxy-ed62abc6def520fdc36798dbed4e26be7470ca39.tar.gz gss-proxy-ed62abc6def520fdc36798dbed4e26be7470ca39.tar.xz gss-proxy-ed62abc6def520fdc36798dbed4e26be7470ca39.zip |
Add acquire test and generally improve tests
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Robbie Harwoood <rharwood@redhat.com>
Diffstat (limited to 'proxy/tests/t_init.c')
-rw-r--r-- | proxy/tests/t_init.c | 2 |
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; |