default is hostaccess=no

This commit is contained in:
Andreas Steffen
2008-04-06 12:15:05 +00:00
parent bc722433be
commit 1b247314fd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ CREATE TABLE `child_configs` (
`rekeytime` mediumint(8) unsigned NOT NULL default '1200',
`jitter` mediumint(8) unsigned NOT NULL default '60',
`updown` varchar(128) collate utf8_unicode_ci default NULL,
`hostaccess` tinyint(1) unsigned NOT NULL default '1',
`hostaccess` tinyint(1) unsigned NOT NULL default '0',
`mode` tinyint(4) unsigned NOT NULL default '1',
PRIMARY KEY (`id`),
INDEX (`name`)