Skip to content

Commit 439add3

Browse files
Revert accidental update
1 parent cdc5963 commit 439add3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/Ice/Greeter/Server/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
var adapter = communicator.createObjectAdapterWithEndpoints("GreeterAdapter", "tcp -p 4061");
1010

1111
// Register the Chatbot servant with the adapter.
12-
adapter.add(new Chatbot(), Ice.Util.stringToIdentity("greeterx"));
12+
adapter.add(new Chatbot(), Ice.Util.stringToIdentity("greeter"));
1313

1414
// Start dispatching requests.
1515
adapter.activate();

0 commit comments

Comments
 (0)