From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) by huchra.bufferbloat.net (Postfix) with ESMTP id B593521FBF9 for ; Tue, 28 Jul 2015 15:18:41 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1438121920; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=YsQgDLGH36IsDazCWwc1KeQrKEhNLiCey5GchLVXapM=; b=G0EGo3d3UbfudATUgtYR4NFVr+NaP1Lts8+a2n93Z0zHaFRDIlXtm35eIKXVJpUD2yJDzmpb KWg7DrHUimGE8L4RtqM9jQFdw4lr1GkKC3fTHpOMN+kcfMCkwIX5FVg5ACrq1SUWw6DICLSY mBt0Vb0YH4n26XPGfadSiXd1ZwA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=SrSM962VdhyQqHkGzCcgtFzEDsYAkKCN1co+7rq2F3xPfrWKLOPcGdafSfyObS/iv0IrYj kWJsFZDtY24rSDxKVHwDJ1H/cHQqCRen3PQLQHLO2i9wHW3lDwTk6afEH9RAUOzot7KBm0jv tCZzjhu1z8bCUOO69zMkWYBbCKarw= Sender: noreply@github.com X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 55b7ffbf.7f05293aca20-in7; Tue, 28 Jul 2015 22:18:39 -0000 (UTC) Date: Tue, 28 Jul 2015 15:18:38 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <55b7ffbecd11d_3b063fdf7880329c111930@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] f96308: [luci-app-sqm] Use stat instead of opening the run... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_55b7ffbecc906_3b063fdf7880329c11184c"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2015 22:19:10 -0000 ----==_mimepart_55b7ffbecc906_3b063fdf7880329c11184c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: f96308ae97ab871f886dfe08805684f11fda85a8 https://github.com/dtaht/ceropackages-3.10/commit/f96308ae97ab871f8= 86dfe08805684f11fda85a8 Author: Toke H=C3=B8iland-J=C3=B8rgensen Date: 2015-07-29 (Wed, 29 Jul 2015) Changed paths: M luci/luci-app-sqm/files/sqm-cbi.lua Log Message: ----------- [luci-app-sqm] Use stat instead of opening the run_path dir. Check whether the directory exists by calling stat() instead of opening a file pointer to it. Signed-off-by: Toke H=C3=B8iland-J=C3=B8rgensen ----==_mimepart_55b7ffbecc906_3b063fdf7880329c11184c--