From c29f897d6963886f3238242efc32f18ff8be294a Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 3 Jun 2017 21:40:14 +0200 Subject: Don't inline function that uses alloca. --- source/dialogs/ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/dialogs') diff --git a/source/dialogs/ssh.c b/source/dialogs/ssh.c index 1aa0da0d..dc2151db 100644 --- a/source/dialogs/ssh.c +++ b/source/dialogs/ssh.c @@ -74,7 +74,7 @@ * * @returns FALSE On failure, TRUE on success */ -static inline int execshssh ( const char *host ) +static int execshssh ( const char *host ) { char **args = NULL; int argsv = 0; -- cgit v1.2.3