Skip to content

Commit 852c5c7

Browse files
committedNov 1, 2011
Change ip= to host= in python bindings.
Fixes RAM-327.
1 parent 5d0c029 commit 852c5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bindings/python/ramcloud.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def handle_error(self, status, actual_version=0):
200200
raise VersionError(reject_rules.given_version, actual_version)
201201
raise RCException(status)
202202

203-
def connect(self, serverLocator='fast+udp:ip=127.0.0.1,port=12242'):
203+
def connect(self, serverLocator='fast+udp:host=127.0.0.1,port=12242'):
204204
s = so.rc_connect(serverLocator, ctypes.byref(self.client))
205205
self.handle_error(s)
206206

0 commit comments

Comments
 (0)
Please sign in to comment.