Ignore:
Timestamp:
01/08/12 22:29:34 (17 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
7354aa1
Parents:
81a6048
Message:
  • Fixed some issues in the NRPE decoder
  • Added support for forwarding queries (ie. xxx_forward) mainly usefull for python(?) scripts where we can now handconstruct messages for delivery
  • Added NRPE unit tests (52 of them)
  • Fixed process enumeration API for 64/32 bit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/SMTPClient/SMTPClient.cpp

    rf33c12f ra87ce04  
    181181  setup(config); 
    182182  if (!client::command_line_parser::is_command(cmd)) 
    183     return client::command_line_parser::do_execute_command_as_query(config, cmd, data.args, result); 
     183    return client::command_line_parser::do_execute_command_as_query(config, cmd, data.args, request, result); 
    184184  return commands.exec_simple(config, data.target, char_command, data.args, result); 
    185185} 
Note: See TracChangeset for help on using the changeset viewer.