X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fsysctl_binary.c;h=9f9aa320597387a16b2c9cefc70fa8ad481ff334;hb=cb2dfe4e504ee38eaae667915c2ffaaab9669b4f;hp=a650694883a180e93c5ec1d6414e45ba904fcff3;hpb=115e8e705e4be071b9e06ff72578e3b603f2ba65;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);