Added archiver selection for nodes in node setup

This commit is contained in:
Michiel Broek 2006-02-24 20:44:03 +00:00
parent fc4f560781
commit 32a4763f32

View File

@ -313,6 +313,7 @@ int AppendNoderec(void)
nodes.Security.level = 1;
nodes.Security.flags = 1;
nodes.Language = 'E';
snprintf(nodes.Archiver, 6, "ZIP");
fwrite(&nodes, sizeof(nodes), 1, fil);
memset(&group, 0, 13);
for (i = 1; i <= CFG.tic_groups; i++)