Rev 599: use the right rec variable in
http://samba.org/~tridge/3_0-ctdb
tridge at samba.org
tridge at samba.org
Sun Jun 17 16:36:01 GMT 2007
------------------------------------------------------------
revno: 599
revision-id: tridge at samba.org-20070617163600-hvcm2thc6nw756ha
parent: tridge at samba.org-20070617161549-tkgvbm3beypwj030
committer: Andrew Tridgell <tridge at samba.org>
branch nick: s3-ctdb-tridge
timestamp: Mon 2007-06-18 02:36:00 +1000
message:
use the right rec variable
modified:
source/utils/status.c status.c-20070210173807-1wjifrbwaz6xnmgl-1163
=== modified file 'source/utils/status.c'
--- a/source/utils/status.c 2007-06-17 16:15:49 +0000
+++ b/source/utils/status.c 2007-06-17 16:36:00 +0000
@@ -211,7 +211,7 @@
void *state)
{
if (!process_exists(crec->pid) || !Ucrit_checkUid(crec->uid)) {
- crec->delete_rec(crec);
+ rec->delete_rec(rec);
return 0;
}
More information about the samba-cvs
mailing list