We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdf9b9 commit dfd710eCopy full SHA for dfd710e
gss-serv.c
@@ -1,4 +1,4 @@
1
-/* $OpenBSD: gss-serv.c,v 1.34 2025/12/08 03:55:22 djm Exp $ */
+/* $OpenBSD: gss-serv.c,v 1.35 2025/12/22 03:12:05 djm Exp $ */
2
3
/*
4
* Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
@@ -334,7 +334,7 @@ ssh_gssapi_storecreds(void)
334
{
335
if (options.gss_deleg_creds == 0) {
336
debug_f("delegate credential is disabled, doing nothing");
337
- return 0;
+ return;
338
}
339
340
if (gssapi_client.mech && gssapi_client.mech->storecreds) {
0 commit comments