X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fsysctl_binary.c;h=9f9aa320597387a16b2c9cefc70fa8ad481ff334;hb=9c258a2d2321b54af6e5ecb6936ca82f9f4d33a4;hp=a650694883a180e93c5ec1d6414e45ba904fcff3;hpb=6d451c578c7222c7e9305c2e776a654dc6ec06c3;p=pandora-kernel.git diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c index a650694883a1..9f9aa3205973 100644 --- a/kernel/sysctl_binary.c +++ b/kernel/sysctl_binary.c @@ -1194,9 +1194,10 @@ static ssize_t bin_dn_node_address(struct file *file, /* Convert the decnet address to binary */ result = -EIO; - nodep = strchr(buf, '.') + 1; + nodep = strchr(buf, '.'); if (!nodep) goto out; + ++nodep; area = simple_strtoul(buf, NULL, 10); node = simple_strtoul(nodep, NULL, 10);