X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdpif-linux.c;h=9a7231387a266114e714705dab9b1461d1b3730a;hb=6dc6ff914570fcbe770ed5a5e529229142c5b9c1;hp=2bf329f453732137c1d08c936ecae7c5e151ee4e;hpb=0367f1e40e05c85d67c516939265ce4fe8639be3;p=sliver-openvswitch.git diff --git a/lib/dpif-linux.c b/lib/dpif-linux.c index 2bf329f45..9a7231387 100644 --- a/lib/dpif-linux.c +++ b/lib/dpif-linux.c @@ -661,6 +661,8 @@ get_major(const char *target) } } + fclose(file); + VLOG_ERR("%s: %s major not found (is the module loaded?)", fn, target); return -ENODEV; }