diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-02-09 12:00:52 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-02-09 12:00:52 +0000 |
commit | 0dd757920977efb2456287e8d7920b3822c5bbe4 (patch) | |
tree | 2de43f02a7adf2cde27a75528b780bbad6998d32 /net/ser/files | |
parent | 3bd68caae6f1f5f5a640f544bb3bc8bb194a055c (diff) | |
download | ports-0dd757920977efb2456287e8d7920b3822c5bbe4.tar.gz ports-0dd757920977efb2456287e8d7920b3822c5bbe4.zip |
Notes
Diffstat (limited to 'net/ser/files')
-rw-r--r-- | net/ser/files/patch-modules::nathelper::nathelper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ser/files/patch-modules::nathelper::nathelper.c b/net/ser/files/patch-modules::nathelper::nathelper.c index e64495c468e9..d85865e0eaa0 100644 --- a/net/ser/files/patch-modules::nathelper::nathelper.c +++ b/net/ser/files/patch-modules::nathelper::nathelper.c @@ -1259,7 +1259,7 @@ $FreeBSD$ + /* + * Having such data, but not at line beginning. + * Skip them and reiterate. ser_memmem() will find next -+ * occurence. ++ * occurrence. + */ + if (plimit - cp1 < 2) + return NULL; |