diff options
Diffstat (limited to 'src/stroke/stroke_msg.h')
-rw-r--r-- | src/stroke/stroke_msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stroke/stroke_msg.h b/src/stroke/stroke_msg.h index c48ebe812..4ba4b5da9 100644 --- a/src/stroke/stroke_msg.h +++ b/src/stroke/stroke_msg.h @@ -126,7 +126,7 @@ struct stroke_end_t { char *updown; char *address; char *sourceip; - u_int8_t virtual_ip; + int sourceip_size; char *subnet; int subnet_mask; int sendcert; |