Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 795 |
|
|
| 796 |
if (pvar->NotificationWindow == NULL) { |
if (pvar->NotificationWindow == NULL) { |
| 797 |
pvar->NotificationWindow = hWnd; |
pvar->NotificationWindow = hWnd; |
| 798 |
AUTH_advance_to_next_cred(pvar); |
// AUTH_advance_to_next_cred()の呼び出しを削除する。 |
| 799 |
|
// NotificationWindowにハンドルは設定しておくが、このタイミングでは |
| 800 |
|
// 認証ダイアログを出すのは早すぎた。ProxyやNAT経由でサーバに接続 |
| 801 |
|
// できない場合、すでに切断状態にも関わらず、認証ダイアログが |
| 802 |
|
// 表示されたままとなっていた。 |
| 803 |
} |
} |
| 804 |
} |
} |
| 805 |
|
|
|
|
Legend:
| Removed from v.8064 |
|
| changed lines |
| |
Added in v.8086 |
|
|
|