diff options
Diffstat (limited to 'xc/programs/Xserver/os/xdmcp.c')
-rw-r--r-- | xc/programs/Xserver/os/xdmcp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xc/programs/Xserver/os/xdmcp.c b/xc/programs/Xserver/os/xdmcp.c index b9d1e2caa..d9d5c3c89 100644 --- a/xc/programs/Xserver/os/xdmcp.c +++ b/xc/programs/Xserver/os/xdmcp.c @@ -13,7 +13,7 @@ * without express or implied warranty. * */ -/* $XFree86: xc/programs/Xserver/os/xdmcp.c,v 3.14 2001/01/17 22:37:13 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/os/xdmcp.c,v 3.15 2001/05/01 07:53:47 alanh Exp $ */ #ifdef WIN32 /* avoid conflicting definitions */ @@ -324,7 +324,6 @@ XdmcpOptions(int argc, char **argv, int i) return (i + 1); } if (strcmp(argv[i], "-class") == 0) { - ++i; if (++i == argc) { ErrorF("Xserver: missing class name in command line\n"); exit(1); |