summaryrefslogtreecommitdiff
path: root/audit-linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'audit-linux.c')
-rw-r--r--audit-linux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/audit-linux.c b/audit-linux.c
index 136ed76bb..3fcbe5c53 100644
--- a/audit-linux.c
+++ b/audit-linux.c
@@ -97,10 +97,8 @@ audit_session_close(struct logininfo *li)
97} 97}
98 98
99void 99void
100audit_event(ssh_audit_event_t event) 100audit_event(struct ssh *ssh, ssh_audit_event_t event)
101{ 101{
102 struct ssh *ssh = active_state; /* XXX */
103
104 switch(event) { 102 switch(event) {
105 case SSH_AUTH_SUCCESS: 103 case SSH_AUTH_SUCCESS:
106 case SSH_CONNECTION_CLOSE: 104 case SSH_CONNECTION_CLOSE: