--- a/cgi/vaddalias.cc Sun Jan 20 00:12:17 2008 +0100
+++ b/cgi/vaddalias.cc Sun Jan 20 00:22:09 2008 +0100
@@ -33,14 +33,15 @@
mystring errmsg;
unsigned dests = destination.count(',') + 1;
- server_call call("adduser2", dests + 5);
+ server_call call("adduser3", dests + 6);
call.operand(0, vdomain);
call.operand(1, username);
call.operand(2, password);
call.operand(3, newpass1);
call.operand(4, "");
+ call.operand(5, "");
- unsigned i = 5;
+ unsigned i = 6;
for(mystring_iter iter(destination, ','); iter; ++iter, ++i)
call.operand(i, *iter);