diff options
Diffstat (limited to 'src/starter/confread.h')
-rw-r--r-- | src/starter/confread.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/starter/confread.h b/src/starter/confread.h index 051ce0057..465652c02 100644 --- a/src/starter/confread.h +++ b/src/starter/confread.h @@ -71,9 +71,7 @@ struct starter_end { char *updown; u_int16_t port; u_int8_t protocol; -#ifdef VIRTUAL_IP char *virt; -#endif }; typedef struct also also_t; |