<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I think it would be better when using OperServ
UPDATE would update *all* databases. Correct me if I'm wrong, but it looks like
it only updates the OperServ DB:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>modules/operserv/main.c:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV><FONT face=Arial size=2>
<DIV><BR>/* Callback for saving data. */</DIV>
<DIV> </DIV>
<DIV>static int do_save_data(void)<BR>{<BR>
sync_operserv_db(OperDBName);<BR> return 0;<BR>}<BR></DIV>
<DIV> </DIV>
<DIV>I tried to add this (with the appropriate static char's):</DIV>
<DIV> </DIV>
<DIV><BR>/* Callback for saving data. */</DIV>
<DIV> </DIV>
<DIV>static int do_save_data(void)<BR>{<BR>
sync_channel_db(ChanDBName);<BR>
sync_operserv_db(OperDBName);<BR>
sync_statserv_db(StatDBName);<BR> return 0;<BR>}<BR></DIV>
<DIV> </DIV>
<DIV>and I couldn't get it to work.</DIV>
<DIV> </DIV>
<DIV>Ideas?</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>/Patrick Fish</DIV>
<DIV> </DIV>
<DIV><BR>---<BR>Outgoing mail is certified Virus Free.<BR>Checked by AVG
anti-virus system (<A
href="http://www.grisoft.com">http://www.grisoft.com</A>).<BR>Version: 6.0.427 /
Virus Database: 240 - Release Date: 12/6/2002</DIV></FONT></BODY></HTML>