]> git.ipfire.org Git - thirdparty/asterisk.git/commit
astconfigparser: Really handle case where line is simply a comment. 06/3406/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:47:04 +0000 (14:47 +0000)
commit9dc8cfabd5fa240a26972dac5c6ce396dadb7d75
treee1e166c09b9f7f6830b956715223c841d580c9c3
parent9db6cdba1a81fa3d5c0845f75c857cda9a3db371
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