svn: 1133
@@ -3,6 +3,7 @@ This is a summary of ChangeLog basically.
1.1.9
1.Fixed cmd_help to display the proper entry.
+2.HUBS now save userfile on remote cmd_chattr.
1.1.8
@@ -310,6 +310,9 @@ share_chattr(int idx, char *par)
}
noshare = 0;
+#ifdef HUB
+ write_userfile(-1);
+#endif /* HUB */