From 6c17d138bd46829192e76c34c3fa54abfde36742 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Tue, 27 Aug 2019 12:24:28 +0200 Subject: [PATCH] Read and write RDP file 'prompt for credentials' --- client/common/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/common/file.c b/client/common/file.c index a1f0a48..674d7d9 100644 --- a/client/common/file.c +++ b/client/common/file.c @@ -1003,7 +1003,7 @@ size_t freerdp_client_write_rdp_file_buffer(const rdpFile* file, char* buffer, s WRITE_SETTING_INT("public mode:i:%"PRIu32, file->PublicMode); WRITE_SETTING_INT("authentication level:i:%"PRId32, file->AuthenticationLevel); WRITE_SETTING_INT("promptcredentialonce:i:%"PRIu32, file->PromptCredentialOnce); - WRITE_SETTING_INT("prompt for credentials on client:i:%"PRIu32, file->PromptForCredentials); + WRITE_SETTING_INT("prompt for credentials:i:%"PRIu32, file->PromptForCredentials); WRITE_SETTING_INT("negotiate security layer:i:%"PRIu32, file->NegotiateSecurityLayer); WRITE_SETTING_INT("enablecredsspsupport:i:%"PRIu32, file->EnableCredSSPSupport); WRITE_SETTING_INT("remoteapplicationmode:i:%"PRIu32, file->RemoteApplicationMode); -- 2.7.4