Revert "Added default value for hexbin type"

This reverts commit 5d7d8d86a2
This commit is contained in:
Vivek Kumar Dutta 2021-06-10 10:58:52 +00:00
parent 993f7a18df
commit e0d497f2ac

View file

@ -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: