From b97d794161b0845681b25e6d55a1867b5342fb44 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 11 Feb 2008 12:00:49 +0000 Subject: fixed typo --- plugins/omsnmp/omsnmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/omsnmp/omsnmp.c b/plugins/omsnmp/omsnmp.c index 6a7e18f0..1736929e 100644 --- a/plugins/omsnmp/omsnmp.c +++ b/plugins/omsnmp/omsnmp.c @@ -255,7 +255,7 @@ static rsRetVal omsnmp_sendsnmp(instanceData *pData, uchar *psz) } finalize_it: - if(iRet != RS_RET_OK)= { + if(iRet != RS_RET_OK) { if(pdu != NULL) { snmp_free_pdu(pdu); } -- cgit v1.2.3