• William King's avatar
    fixing commit a7108411 in switch_config · 0d8f954e
    William King 提交于
    Previous commit actually broke the functionality since it was now returning if cfg->path[0] was not null.
    Also since cfg->path can never be null, this check can be simplified to only check the first index.
    0d8f954e
switch_config.c 4.3 KB