From 5f93470647bd033ca26616f229ffa9208017a130 Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Wed, 27 Oct 2021 21:27:19 +0300 Subject: [PATCH] =?UTF-8?q?bugfix:=20packetadapter=20-v=20=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E6=AD=A3=E7=A1=AE=E6=98=BE=E7=A4=BA=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/src/packet_adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/src/packet_adapter.c b/platform/src/packet_adapter.c index b869d83..43ead6c 100644 --- a/platform/src/packet_adapter.c +++ b/platform/src/packet_adapter.c @@ -9,7 +9,7 @@ #include // for NF_ACCEPT #include -#ifdef Packet_Adapter_GIT_VERSION +#ifdef GIT_VERSION static __attribute__((__used__)) const char *Packet_Adapter_Version = GIT_VERSION; #else static __attribute__((__used__)) const char *Packet_Adapter_Version = "Unknown";