Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--unix/gss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/gss.c b/unix/gss.c
index cd9971c7..bd599fcc 100644
--- a/unix/gss.c
+++ b/unix/gss.c
@@ -140,6 +140,7 @@ struct ssh_gss_liblist *ssh_gss_setup(Conf *conf)
list->libraries = snew(struct ssh_gss_library);
list->nlibraries = 1;
+ list->libraries[0].id = 0;
list->libraries[0].gsslogmsg = "Using statically linked GSSAPI";
#define BIND_GSS_FN(name) \