Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB9AD17A58 for ; Sun, 19 Apr 2015 12:16:05 +0000 (UTC) Received: (qmail 75777 invoked by uid 500); 19 Apr 2015 12:16:05 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 75748 invoked by uid 500); 19 Apr 2015 12:16:05 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 75738 invoked by uid 99); 19 Apr 2015 12:16:05 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Apr 2015 12:16:05 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 6CD23AC01D9 for ; Sun, 19 Apr 2015 12:16:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1674615 - /subversion/trunk/subversion/libsvn_wc/diff_editor.c Date: Sun, 19 Apr 2015 12:16:05 -0000 To: commits@subversion.apache.org From: rhuijben@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150419121605.6CD23AC01D9@hades.apache.org> Author: rhuijben Date: Sun Apr 19 12:16:05 2015 New Revision: 1674615 URL: http://svn.apache.org/r1674615 Log: * subversion/libsvn_wc/diff_editor.c (open_directory): Following up on r1674607, pass wc_db instead of dir baton. Modified: subversion/trunk/subversion/libsvn_wc/diff_editor.c Modified: subversion/trunk/subversion/libsvn_wc/diff_editor.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/diff_editor.c?rev=1674615&r1=1674614&r2=1674615&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_wc/diff_editor.c (original) +++ subversion/trunk/subversion/libsvn_wc/diff_editor.c Sun Apr 19 12:16:05 2015 @@ -1644,7 +1644,7 @@ open_directory(const char *path, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, - db, db->local_abspath, + eb->db, db->local_abspath, dir_pool, dir_pool)); if (base_status == svn_wc__db_status_incomplete)