diff options
Diffstat (limited to 'ospfclient')
| -rw-r--r-- | ospfclient/.gitignore | 2 | ||||
| -rw-r--r-- | ospfclient/ospf_apiclient.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ospfclient/.gitignore b/ospfclient/.gitignore index 191322b6a1..a6000f8021 100644 --- a/ospfclient/.gitignore +++ b/ospfclient/.gitignore @@ -13,4 +13,4 @@ TAGS .arch-ids *~ *.loT - +refix diff --git a/ospfclient/ospf_apiclient.h b/ospfclient/ospf_apiclient.h index 0e74787ae0..809861995e 100644 --- a/ospfclient/ospf_apiclient.h +++ b/ospfclient/ospf_apiclient.h @@ -23,7 +23,7 @@ #ifndef _OSPF_APICLIENT_H #define _OSPF_APICLIENT_H -#define MTYPE_OSPF_APICLIENT 0 +#define MTYPE_OSPF_APICLIENT MTYPE_TMP /* Structure for the OSPF API client */ struct ospf_apiclient |
