Add start of client, start of real protocol
[fio.git] / ioengines.c
index 6b677cb9053a16f7779b81d4a3fd54b9195a0c38..7f4e104e927aeee75fa04d51c699d41460c49ae0 100644 (file)
@@ -312,6 +312,8 @@ int td_io_init(struct thread_data *td)
                        log_err("fio: io engine init failed. Perhaps try"
                                " reducing io depth?\n");
                }
+               if (!td->error)
+                       td->error = ret;
        }
 
        return ret;