X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_chkpt_stores.h;h=8feaf5a59a2adfd1008c92d4e65079e357ba6e0c;hb=7ca1f3f6bcb065c7c28b98f049d4abbca21a7bc1;hp=61115a47243998119fff5f79a06b2b57381c440a;hpb=b7093fd3602ef2c796a1f8a0daded9d6aad0b756;p=palacios.git diff --git a/palacios/src/palacios/vmm_chkpt_stores.h b/palacios/src/palacios/vmm_chkpt_stores.h index 61115a4..8feaf5a 100644 --- a/palacios/src/palacios/vmm_chkpt_stores.h +++ b/palacios/src/palacios/vmm_chkpt_stores.h @@ -236,7 +236,7 @@ static void * dir_open_ctx(void * store_data, if (!ctx->filename) { PrintError("Cannot allocate\n"); V3_Free(ctx); - return -1; + return NULL; }