Changeset 3567 for monitoring


Ignore:
Timestamp:
09/12/13 18:59:18 (11 years ago)
Author:
sanmai
Message:
  • Remove now extraneous function argument
File:
1 edited

Legend:

Unmodified
Added
Removed
  • monitoring/plugins/mpi/generic_tla_monitoring.py

    r3566 r3567  
    196196    #import multiprocessing
    197197
    198     def LDAP_query(OpenDJ_uid, command, LDAP_result_queue) :
     198    def LDAP_query(OpenDJ_uid, command) :
    199199
    200200        #pdb.set_trace()
     
    227227    # LDAP_query_process.join()
    228228
    229     result = LDAP_query(OpenDJ_uid, command, LDAP_result_queue)
     229    result = LDAP_query(OpenDJ_uid, command)
    230230
    231231    if result == True:
Note: See TracChangeset for help on using the changeset viewer.