From e0d497f2acc481e13742dfc3a88e0888fbf1f83c Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Thu, 10 Jun 2021 10:58:52 +0000 Subject: [PATCH] Revert "Added default value for hexbin type" This reverts commit 5d7d8d86a2e9c056cc46980f83e296800a4620b0 --- libbbf_api/dmbbf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libbbf_api/dmbbf.c b/libbbf_api/dmbbf.c index b598fa68..6f6913b7 100644 --- a/libbbf_api/dmbbf.c +++ b/libbbf_api/dmbbf.c @@ -1093,8 +1093,6 @@ static char *get_default_value_by_type(int type) case DMT_LONG: case DMT_BOOL: return "0"; - case DMT_HEXBIN: - return "00"; case DMT_BASE64: return "AA=="; // base64 encoded hex value 00 case DMT_TIME: