diff --git a/libfreerdp/common/settings.c b/libfreerdp/common/settings.c index ad7932dd7..357864471 100644 --- a/libfreerdp/common/settings.c +++ b/libfreerdp/common/settings.c @@ -369,7 +369,7 @@ RDPDR_DEVICE* freerdp_device_new(UINT32 Type, size_t count, const char* args[]) goto fail; } if (count > 2) - device.drive->automount = (args[2] == NULL) ? FALSE : TRUE; + device.drive->automount = (args[2] == NULL) ? TRUE : FALSE; break; default: goto fail;