fixed memory corruption problem in starter

This commit is contained in:
Andreas Steffen
2008-04-27 10:49:31 +00:00
parent c3628ebc35
commit 937eb2db00
4 changed files with 85 additions and 77 deletions
+1 -1
View File
@@ -70,6 +70,7 @@ struct starter_end {
bool has_client_wildcard;
bool has_port_wildcard;
bool has_natip;
bool has_virt;
bool modecfg;
certpolicy_t sendcert;
bool firewall;
@@ -79,7 +80,6 @@ struct starter_end {
char *updown;
u_int16_t port;
u_int8_t protocol;
char *virt;
char *srcip;
};