~ubuntu-branches/ubuntu/utopic/suricata/utopic

« back to all changes in this revision

Viewing changes to src/detect-distance.c

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2010-09-29 10:02:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100929100252-2ak252422dwsqs7e
Tags: 1.0.2-1
New Upstream version 1.0.2 (Closes: #598389)

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
                                                    &s->pmatch, &s->pmatch_tail,
154
154
                                                    &s->dmatch, &s->dmatch_tail);
155
155
                pm = pm1;
156
 
            } else if (pm2_ots->idx > dcem->idx) {
 
156
            } else {
157
157
                /* within is against pm1, pm = pm1 */
158
158
                pm = pm1;
159
159
            }