At 10:24 PM 1/19/2003 -0000, Max Bowsher wrote:
> I'd suggest something like this:
>
>if (isusers)
>{
>    nsid = usid;
>    log(LOG_TIMESTAMP) << "Changing gid to Users" << endLog;
>}
>else if (isadmins)
>    nsid = asid;
>
>    log(LOG_TIMESTAMP) << "Changing gid to Administrators" << endLog;
>}

OK, I will wait for Rob comments and add this if Rob doesn't find
it easier to include it himself.

Pierre

Reply via email to