From 8b8eed5c5709af3553daf9b41db5ec53518585da Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 25 Jul 2008 14:55:44 +0000 Subject: one phase commit --- sources/protocols/implementations/VSBerkelyTimeProtocol.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/protocols/implementations/VSBerkelyTimeProtocol.java') diff --git a/sources/protocols/implementations/VSBerkelyTimeProtocol.java b/sources/protocols/implementations/VSBerkelyTimeProtocol.java index 576c0d0..f432a1f 100644 --- a/sources/protocols/implementations/VSBerkelyTimeProtocol.java +++ b/sources/protocols/implementations/VSBerkelyTimeProtocol.java @@ -71,7 +71,7 @@ public class VSBerkelyTimeProtocol extends VSAbstractProtocol { */ public void onServerInit() { Vector vec = new Vector(); - vec.add(2); + vec.add(1); vec.add(3); initVector("pids", vec, "PIDs beteiliger Prozesse"); } -- cgit v1.2.3