From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-170.mailgun.net (m69-170.mailgun.net [166.78.69.170]) by huchra.bufferbloat.net (Postfix) with ESMTP id 6012021FC60 for ; Mon, 29 Jun 2015 01:11:52 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1435565510; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=E6p8FBT8pCbzE6WVbCMTex/YA/rW5AZyUg9B+Xb+eiE=; b=O5h/PaM32jN72E30VuMWyiJufEUL+6u/YVyqcEBWagupZ0cMwE/zLSEdZhmF/5Qe6AiZEhxJ M9Ppr9NHOv4H2y7zwJn+korqIljIF1RL2muER3UPCGl5iRWnLILOxwe8bJ8Ry/yVPGjCbGIC ZAa+bohjBf02AYSRr2QrJjjWo8A= 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=o7jSqYtw/K3iF5B5aLz0Zgpy53LARN0V8RgQDwmyvy/bd0rOfrCd7tGQZoP8gvmb1y9SZH OmiS7wepO1hkCRSPM5jlR5YqBViMjIA6XgLi8P4b7n8FJsnCYqxtohvxjmGPbN7EqiUHhR0H Th2Oj1tWAqKBkAtSUIT2p63HI1d7s= Sender: noreply@github.com X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Received: from github.com (Unknown [192.30.252.46]) by mxa.mailgun.org with ESMTP id 5590fdc6.6153570-in01; Mon, 29 Jun 2015 08:11:50 -0000 (UTC) Date: Mon, 29 Jun 2015 01:11:50 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <5590fdc689d80_6f783fd348d2f2c0433bf@hookshot-fe4-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] 9c7a49: [SQM] Fix sqm_logger to accept empty strings as in... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5590fdc689302_6f783fd348d2f2c0432d8"; 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: Mon, 29 Jun 2015 08:12:21 -0000 ----==_mimepart_5590fdc689302_6f783fd348d2f2c0432d8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Branch: refs/heads/master Home: https://github.com/dtaht/ceropackages-3.10 Commit: 9c7a4988401e8a200691f61edf6615c1fb494820 https://github.com/dtaht/ceropackages-3.10/commit/9c7a4988401e8a200691f61edf6615c1fb494820 Author: Sebastian Moeller Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M net/sqm-scripts/files/usr/lib/sqm/functions.sh Log Message: ----------- [SQM] Fix sqm_logger to accept empty strings as input sqm_logger tried tro wait indefinitely if passed an empty string. This in turn makes sqm-scripts hang. Quoting the input argument in sqm_logger seems to fix the problem. ----==_mimepart_5590fdc689302_6f783fd348d2f2c0432d8--