diff --git a/exec/load/cnfdefs.js b/exec/load/cnfdefs.js
index 39913316e6ba1ede2ac2c3c6611f94643b48fa51..8de18e9959f6e3cafc73c65bb4021a98eea158ce 100644
--- a/exec/load/cnfdefs.js
+++ b/exec/load/cnfdefs.js
@@ -395,7 +395,8 @@ struct.dir_t={
 	max_age:		{bytes:UINT16_T,		type:"int"},
 	upload_credit_pct:	{bytes:UINT16_T,		type:"int"},
 	download_credit_pct:	{bytes:UINT16_T,		type:"int"},
-	__PADDING__:	{bytes:49}
+	area_tag:		{bytes:41,			type:"str"},
+	__PADDING__:	{bytes:8}
 };
 struct.lib_t={
 	description:	{bytes:LEN_GLNAME+1,	type:"str"},