aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/Makefile.am
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2013-11-29 13:43:43 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-05 10:27:32 +0100
commita01bd60851c2d2b613cda6148fb1ca5976887a93 (patch)
tree8dd355082737f5c3af2bad0c09844cfce234c3d0 /openbsc/src/Makefile.am
parent19d8742820d1b67110d3028e71350c700ef025c3 (diff)
mgcp: Rename for_each_line to for_each_non_empty_line
The implementation of for_each_line is based on strtok() and skips any sequence of CR and LF. Thus empty lines are never detected. There exists code which tests for an empty line to detect the beginning of the SDP part which is dead code currently (the parser works nevertheless due to other reasons). So the semantics of this macro have been misunderstood at least once. This patch renames the macro to reflect the semantics more precisely. Sponsored-by: On-Waves ehf
Diffstat (limited to 'openbsc/src/Makefile.am')
0 files changed, 0 insertions, 0 deletions