From f3c91cb05c9a3ba2651438f576d707f7a48d507b Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 7 Oct 2015 04:06:50 +0200 Subject: =?UTF-8?q?Windows:=20Don=E2=80=99t=20try=20to=20mount=20using=20e?= =?UTF-8?q?mpty=20password=20when=20default=20keyfile=20configured=20or=20?= =?UTF-8?q?keyfile=20specified=20in=20command=20line.=20Add=20option=20in?= =?UTF-8?q?=20default=20keyfiles=20dialog=20to=20restore=20the=20old=20beh?= =?UTF-8?q?avior.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Mount/Mount.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Mount/Mount.h') diff --git a/src/Mount/Mount.h b/src/Mount/Mount.h index 097a8a48..1b32ae8c 100644 --- a/src/Mount/Mount.h +++ b/src/Mount/Mount.h @@ -65,6 +65,7 @@ extern BOOL bCloseBkgTaskWhenNoVolumes; extern BOOL bPlaySoundOnSuccessfulHkDismount; extern BOOL bDisplayBalloonOnSuccessfulHkDismount; extern BOOL bExplore; +extern BOOL bTryEmptyPasswordWhenKeyfileUsed; static void localcleanup ( void ); void EndMainDlg ( HWND hwndDlg ); -- cgit v1.2.3