]> git.ipfire.org Git - thirdparty/git.git/blobdiff - vcs-svn/svndump.c
Merge branch 'ab/i18n-st'
[thirdparty/git.git] / vcs-svn / svndump.c
index eef49ca1928d21f7bb0d038693fd92c2a6e5ac85..572a99596657b85cbda372a9107a43c6c2fb44b2 100644 (file)
@@ -214,7 +214,8 @@ static void handle_node(void)
                if (have_text || have_props || node_ctx.srcRev)
                        die("invalid dump: deletion node has "
                                "copyfrom info, text, or properties");
-               return repo_delete(node_ctx.dst);
+               repo_delete(node_ctx.dst);
+               return;
        }
        if (node_ctx.action == NODEACT_REPLACE) {
                repo_delete(node_ctx.dst);