diff options
Diffstat (limited to 'ldpd/hello.c')
| -rw-r--r-- | ldpd/hello.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/hello.c b/ldpd/hello.c index d17e80008e..a8d6e58cda 100644 --- a/ldpd/hello.c +++ b/ldpd/hello.c @@ -169,7 +169,7 @@ recv_hello(struct in_addr lsr_id, struct ldp_msg *msg, int af,  	int			 tlvs_rcvd;  	int			 ds_tlv;  	union ldpd_addr		 trans_addr; -	uint32_t		 scope_id = 0; +	ifindex_t		 scope_id = 0;  	uint32_t		 conf_seqnum;  	uint16_t		 trans_pref;  	int			 r;  | 
