Hello!
Seems there is bug in vmysql.c vpgsql.c voracle.pc : There is SQL DDL query 'create table dir_control...' in void vcreate_dir_control(char *domain). That query would be executed each time before 'inserting' new record into dir_control table for new domain. I think 'create table dir_control ... ' would fail if such table already exists. And no 'insert into dir_control' would be performed for 2nd, 3rd etc domains. Please, let me know if i was wrong. -- Good luck! Nicholas L. Nigay
