> On May 11, 2018, at 5:44 AM, [email protected] wrote: > > + rv = storage->attach(&conf->bslot, conf->id, &size, &num, p); > if (!conf->bslot) { > - ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO(01205) > "slotmem_attach failed"); > + ap_log_error(APLOG_MARK, APLOG_EMERG, rv, s, APLOGNO(01205) > "slotmem_attach failed"); > exit(1); /* Ugly, but what else? */ > } > + (void)rv;
???
