Fix compiler warnings.
[oweals/tinc.git] / src / upnp.c
index 3e902100150103b5690707e3aed50233ed616b93..5149714d110bc5af40bdf5cbf14f98820f052a23 100644 (file)
@@ -61,7 +61,7 @@ static struct UPNPDev *upnp_discover(int delay, int *error) {
 
 #else
 
-#if MINIUPNPC_API_VERSION > 15
+#if MINIUPNPC_API_VERSION > 17
 #warning "The version of libminiupnpc you're building against seems to be too recent. Expect trouble."
 #endif