aleitner commented on code in PR #633: URL: https://github.com/apache/guacamole-server/pull/633#discussion_r3198294131
########## src/protocols/rdp/rdp.c: ########## @@ -327,6 +328,149 @@ static BOOL rdp_freerdp_authenticate(freerdp* instance, char** username, } +#ifdef HAVE_FREERDP_AAD_SUPPORT +#include "aad.h" Review Comment: Moved up alongside the existing `ENABLE_COMMON_SSH` conditional include block. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
