diff --git a/appl/ftp/ftp/main.c b/appl/ftp/ftp/main.c index 3c861bdb5..69975023f 100644 --- a/appl/ftp/ftp/main.c +++ b/appl/ftp/ftp/main.c @@ -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},