~logan/ubuntu/saucy/radvd/1.9.1-1.1

« back to all changes in this revision

Viewing changes to privsep-linux.c

  • Committer: Package Import Robot
  • Author(s): Ghe Rivero
  • Date: 2011-12-09 10:18:38 UTC
  • mfrom: (3.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20111209101838-abahq05xtezwojav
Tags: 1:1.8.3-2
* Added status option for init command. Closes: #651473
  - Thanks to Casper Gielen
* Switch to dpkg-source 3.0 (quilt) format

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                }
64
64
                if (ret != sizeof(cmd)) {
65
65
                        /* Short read, ignore */
66
 
                        continue;
 
66
                        return;
67
67
                }
68
68
 
69
69
                cmd.iface[IFNAMSIZ-1] = '\0';