[wpdev-commits] wolfpack accounts.cpp,1.76,1.77
Brought to you by:
rip,
thiagocorrea
|
From: <dar...@pr...> - 2004-01-26 03:01:09
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26775 Modified Files: accounts.cpp Log Message: Possible ACL fix Index: accounts.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/accounts.cpp,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -d -r1.76 -r1.77 *** accounts.cpp 22 Jan 2004 05:59:46 -0000 1.76 --- accounts.cpp 25 Jan 2004 01:42:52 -0000 1.77 *************** *** 502,506 **** while (it != accounts.end()) { ! it.data()->acl_ = 0; ++it; } --- 502,506 ---- while (it != accounts.end()) { ! it.data()->refreshAcl(); ++it; } |