Fix build failure due to slightly different rmdir

parent 68b2fa16
......@@ -1575,7 +1575,7 @@ int lxc_delete_autodev(struct lxc_handler *handler)
/* Do the cleanup */
INFO("Cleaning %s", tmp_path );
if ( 0 != lxc_rmdir_onedev(tmp_path, NULL) ) {
if ( 0 != lxc_rmdir_onedev(tmp_path) ) {
ERROR("Failed to cleanup autodev" );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment