Skip to content
Snippets Groups Projects
Commit 0af55a01 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Slight cleanup

Rev: lib/modules/Protocols.pmod/SNMP.pmod/protocol.pike:1.15
parent 2f806e74
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
//! 2570 : v3 description
//!
// $Id: protocol.pike,v 1.14 2005/11/26 03:58:55 nilsson Exp $
// $Id: protocol.pike,v 1.15 2005/11/26 04:01:43 nilsson Exp $
#include "snmp_globals.h"
......@@ -208,9 +208,8 @@ private array extra_args;
//! @param loc_addr
//! local address and UDP port (optional)
//!
void create(int|void rem_port, string|void rem_addr, int|void loc_port, string|void loc_addr) {
werror("%O\n", wait);
void create(int|void rem_port, string|void rem_addr, int|void loc_port,
string|void loc_addr) {
int lport = loc_port;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment