~ubuntu-branches/ubuntu/precise/strongswan/precise

« back to all changes in this revision

Viewing changes to src/libcharon/plugins/stroke/stroke_control.c

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-10-18 10:19:52 UTC
  • mfrom: (6.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20101018101952-zqd04yd4jvls81mj
Tags: 4.4.1-5ubuntu1
* Merge from debian unstable. Remaining change
  - Build depend on libnm-glib-dev instead of libnm-glib-vpn-dev to
    match the network manager package naming in Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
        }
187
187
        else
188
188
        {
 
189
                if (!pos)
 
190
                {
 
191
                        DBG1(DBG_CFG, "error parsing string");
 
192
                        return;
 
193
                }
189
194
                if (*(pos + 1) == '*')
190
195
                {       /* is name[*] */
191
196
                        all = TRUE;