diff options
Diffstat (limited to 'tools/plink/putty.h')
-rw-r--r-- | tools/plink/putty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/plink/putty.h b/tools/plink/putty.h index f97c723b0..a6578ae0c 100644 --- a/tools/plink/putty.h +++ b/tools/plink/putty.h @@ -838,6 +838,7 @@ void cleanup_exit(int); X(INT, NONE, sshbug_maxpkt2) \ X(INT, NONE, sshbug_ignore2) \ X(INT, NONE, sshbug_winadj) \ + X(INT, NONE, sshbug_chanreq) \ /* \ * ssh_simple means that we promise never to open any channel \ * other than the main one, which means it can safely use a very \ |