15 lines
721 B
Text
15 lines
721 B
Text
$NetBSD: patch-ag,v 1.1 2007/10/09 12:14:04 rillig Exp $
|
|
|
|
An lvalue cast is not necessary here.
|
|
|
|
--- src/custom_io.h.orig 1999-04-15 18:05:15.000000000 +0200
|
|
+++ src/custom_io.h 2007-10-09 14:03:48.000000000 +0200
|
|
@@ -367,7 +367,7 @@ read_rc (void)
|
|
CUSTOM_LOAD_INT ("FIREWALL_PORT", user_rc.default_session.firewall_port);
|
|
CUSTOM_LOAD_STRING ("FIREWALL_USER", user_rc.default_session.firewall_username);
|
|
CUSTOM_LOAD_STRING ("FIREWALL_PASS", user_rc.default_session.firewall_userpass);
|
|
- CUSTOM_LOAD_INT ("FIREWALL_LOGIN_TYPE", (char) user_rc.default_session.firewall_login_type);
|
|
+ CUSTOM_LOAD_INT ("FIREWALL_LOGIN_TYPE", user_rc.default_session.firewall_login_type);
|
|
|
|
|
|
/* VIEW */
|