From 2330717a5fc5a81a9f60e7bd71e9e4162f2fc3ce Mon Sep 17 00:00:00 2001 From: Karsten Keil Date: Mon, 25 Oct 1999 12:17:29 +0000 Subject: [PATCH] Only patch maybe invalid in this case and here are now many kernel with extra version string (e.g. -ac). --- ipppd/sys-linux.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ipppd/sys-linux.c b/ipppd/sys-linux.c index 51d6952b..cae7b230 100644 --- a/ipppd/sys-linux.c +++ b/ipppd/sys-linux.c @@ -1258,8 +1258,6 @@ static void decode_version (char *buf, int *version, if (*buf != '\0' && strncmp(buf, "-pre", 4) && strncmp(buf, "pre", 3)) /* ignore any "-preX" part */ { - *version = - *modification = *patch = 0; } }