Skip to content

Commit c537eeb

Browse files
committed
fix breakage; missing saved_argc symbol
1 parent 98a0883 commit c537eeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sshd-auth.c

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ static int inetd_flag = 0;
126126

127127
/* Saved arguments to main(). */
128128
static char **saved_argv;
129+
static int saved_argc;
130+
129131

130132
/* Daemon's agent connection */
131133
int auth_sock = -1;

0 commit comments

Comments
 (0)