]> git.ipfire.org Git - thirdparty/asterisk.git/commit
astconfigparser: Really handle case where line is simply a comment. 07/3407/1
authorJoshua Colp <jcolp@digium.com>
Wed, 3 Aug 2016 14:47:04 +0000 (14:47 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 3 Aug 2016 14:49:38 +0000 (09:49 -0500)
commitd1f973906a5732f98c7c20bcc0545630992b6306
tree5f2b4b6df091b241d8a52dd26f9b13390f828c85
parent2306c71052bb0a082d6aed345cdc30575da837a6
astconfigparser: Really handle case where line is simply a comment.

The regular expression would match causing the code that handled
the line if it was merely a comment to never get executed.

Change-Id: I3e4022481037ebcba9905587fe8c764b4ce21819
contrib/scripts/sip_to_pjsip/astconfigparser.py