aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/auth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auth.c b/src/auth.c
index 39d50be7..de7965d2 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -2158,6 +2158,8 @@ pending:
if (rc != SSH_AUTH_AGAIN) {
session->pending_call_state = SSH_PENDING_CALL_NONE;
}
+#else
+ (void) session; /* unused */
#endif
return rc;
}