Skip to content

Commit

Permalink
Merge pull request #146 from giuseppe/new-release-0.10.3
Browse files Browse the repository at this point in the history
configure: tag new release 0.10.3
  • Loading branch information
rhatdan committed Oct 29, 2019
2 parents 3bd0b35 + 3680a25 commit d73f362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([crun], [0.10.2], [giuseppe@scrivano.org])
AC_INIT([crun], [0.10.3], [giuseppe@scrivano.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion src/libcrun/status.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ int
libcrun_container_delete_status (const char *state_root, const char *id, libcrun_error_t *err)
{
int ret;
DIR *d;
cleanup_dir DIR *d = NULL;
struct dirent *de;
cleanup_close int rundir_dfd = -1;
cleanup_close int dfd = -1;
Expand Down

0 comments on commit d73f362

Please sign in to comment.