(getargs): negative flag for delegating gss creds

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13232 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-12-19 00:53:11 +00:00
parent bcc0935fca
commit 52b83f8c31

View File

@@ -62,6 +62,8 @@ struct getargs getargs[] = {
#ifdef KRB5
{ "gss-bindings", 0, arg_negative_flag, &ftp_do_gss_bindings,
"Use GSS-API bindings", NULL},
{ "gss-delegate", 0, arg_negative_flag, &ftp_do_gss_delegate,
"Delegate GSS-API credential", NULL},
#endif
{ NULL, 'v', arg_counter, &verbose,
"verbosity", NULL},