зеркало из https://github.com/github/putty.git
Avoid "unused variable" warning when NO_IPV6 defined.
[originally from svn r7710]
This commit is contained in:
Родитель
54321544d4
Коммит
2323cb947e
2
config.c
2
config.c
|
@ -1049,7 +1049,9 @@ static void portfwd_handler(union control *ctrl, void *dlg,
|
|||
{
|
||||
static const char *const afs = "A46";
|
||||
char *afp = strchr(afs, *p);
|
||||
#ifndef NO_IPV6
|
||||
int idx = afp ? afp-afs : 0;
|
||||
#endif
|
||||
if (afp)
|
||||
p++;
|
||||
#ifndef NO_IPV6
|
||||
|
|
Загрузка…
Ссылка в новой задаче