X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdclass%2Fobd_config.c;h=47f42b15572fe4b86968aeb6b7348acf619e9e6d;hb=refs%2Fchanges%2F80%2F8080%2F5;hp=806acfc9ad5e3c612740734f8ee4633a36de8bc4;hpb=96daa1b1ec0b4c9c61d30ff18a32f015a14fd528;p=fs%2Flustre-release.git diff --git a/lustre/obdclass/obd_config.c b/lustre/obdclass/obd_config.c index 806acfc..47f42b1 100644 --- a/lustre/obdclass/obd_config.c +++ b/lustre/obdclass/obd_config.c @@ -1208,7 +1208,7 @@ int class_process_config(struct lustre_cfg *lcfg) } case LCFG_SET_PARAM: { err = process_param2_config(lcfg); - GOTO(out, 0); + GOTO(out, err = 0); } } /* Commands that require a device */