2007-03-29 17:14:52 +02:00
|
|
|
Index: src/appl/gssftp/ftp/ftp.c
|
|
|
|
===================================================================
|
|
|
|
--- src/appl/gssftp/ftp/ftp.c.orig
|
|
|
|
+++ src/appl/gssftp/ftp/ftp.c
|
|
|
|
@@ -1986,7 +1986,7 @@ int do_auth()
|
2007-01-26 17:41:59 +01:00
|
|
|
|
|
|
|
#ifdef GSSAPI
|
|
|
|
if (command("AUTH %s", "GSSAPI") == CONTINUE) {
|
|
|
|
- OM_uint32 maj_stat, min_stat, dummy_stat;
|
|
|
|
+ OM_uint32 maj_stat = GSS_S_FAILURE , min_stat, dummy_stat;
|
|
|
|
gss_name_t target_name;
|
|
|
|
gss_buffer_desc send_tok, recv_tok, *token_ptr;
|
|
|
|
char stbuf[FTP_BUFSIZ];
|