diff --git a/src/connect.c b/src/connect.c index 424ef31..07d2811 100644 --- a/src/connect.c +++ b/src/connect.c @@ -2427,7 +2427,7 @@ int nw_init_connect(void) errorp(1, "No Volumes defined. Look at ini file entry 1, Abort !!", NULL); return(-1); } - if (get_volume_options(0) & VOL_OPTION_DOWNSHIFT) + if (get_volume_options(0) & (VOL_OPTION_DOWNSHIFT|VOL_OPTION_IGNCASE)) down_fn(nwlogin.path); if (stat(build_unix_name(&nwlogin, 0), &stbuff)) { errorp(1, "Stat error LOGIN Directory, Abort !!",