diff options
Diffstat (limited to 'proto/rip/rip.h')
-rw-r--r-- | proto/rip/rip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/rip.h b/proto/rip/rip.h index 0fcda20..4839016 100644 --- a/proto/rip/rip.h +++ b/proto/rip/rip.h @@ -65,7 +65,7 @@ struct rip_interface { struct iface *iface; sock *sock; struct rip_connection *busy; - + struct rip_patt *patt; int metric; /* User configurable data */ int mode; |