Skip to content

Commit

Permalink
Allow connection_info updates with default params
Browse files Browse the repository at this point in the history
Change-Id: I05b784ab4c99857a35966b5b288534141f0c736d
Partial-Bug: 1459973
  • Loading branch information
anishmehta committed Jul 24, 2015
1 parent ef52917 commit a4afb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/python/pysandesh/connection_info.py
Expand Up @@ -77,7 +77,7 @@ def get_process_state_cb(conn_infos):
#end get_process_state_cb

@staticmethod
def update(conn_type, name, status, server_addrs, message):
def update(conn_type, name, status, server_addrs = None, message = None):
conn_key = (conn_type, name)
conn_info = ConnectionInfo(type = ConnectionTypeNames[conn_type],
name = name,
Expand Down

0 comments on commit a4afb45

Please sign in to comment.