[servconf.c]
     remove another now-unused variable
This commit is contained in:
Darren Tucker 2013-05-16 20:48:57 +10:00
parent 9113d0c238
commit 09c0f0325b
2 changed files with 5 additions and 2 deletions

View File

@ -53,6 +53,9 @@
- dtucker@cvs.openbsd.org 2013/05/16 10:43:34 - dtucker@cvs.openbsd.org 2013/05/16 10:43:34
[servconf.c readconf.c] [servconf.c readconf.c]
remove now-unused variables remove now-unused variables
- dtucker@cvs.openbsd.org 2013/05/16 10:44:06
[servconf.c]
remove another now-unused variable
- (dtucker) [configure.ac readconf.c servconf.c - (dtucker) [configure.ac readconf.c servconf.c
openbsd-compat/openbsd-compat.h] Add compat bits for scan_scaled. openbsd-compat/openbsd-compat.h] Add compat bits for scan_scaled.

View File

@ -1,5 +1,5 @@
/* $OpenBSD: servconf.c,v 1.237 2013/05/16 10:43:34 dtucker Exp $ */ /* $OpenBSD: servconf.c,v 1.238 2013/05/16 10:44:06 dtucker Exp $ */
/* /*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved * All rights reserved
@ -811,7 +811,7 @@ process_server_config_line(ServerOptions *options, char *line,
const char *filename, int linenum, int *activep, const char *filename, int linenum, int *activep,
struct connection_info *connectinfo) struct connection_info *connectinfo)
{ {
char *cp, **charptr, *arg, *p, *endofnumber; char *cp, **charptr, *arg, *p;
int cmdline = 0, *intptr, value, value2, n, port; int cmdline = 0, *intptr, value, value2, n, port;
SyslogFacility *log_facility_ptr; SyslogFacility *log_facility_ptr;
LogLevel *log_level_ptr; LogLevel *log_level_ptr;