Skip to content
Snippets Groups Projects
Commit 2e161006 authored by Steve Holme's avatar Steve Holme
Browse files

urldata: Don't define sec_complete when no GSS-API support present

This variable is only used with HAVE_GSSAPI is defined by the FTP code
so let's place the definition with the other GSS-API based variables.
parent d54b551f
No related branches found
No related tags found
No related merge requests found
......@@ -973,8 +973,8 @@ struct connectdata {
char *te; /* TE: request header */
} allocptr;
int sec_complete; /* if Kerberos is enabled for this connection */
#ifdef HAVE_GSSAPI
int sec_complete; /* if Kerberos is enabled for this connection */
enum protection_level command_prot;
enum protection_level data_prot;
enum protection_level request_data_prot;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment