Fix typo
This commit is contained in:
parent
47adcde62f
commit
0dba34c092
@ -32,7 +32,7 @@ diff -urNp a/snmplib/snmp_openssl.c b/snmplib/snmp_openssl.c
|
||||
- "not enough space or error in allocation for extenstion\n");
|
||||
- BIO_vfree(bio);
|
||||
- return NULL;
|
||||
+ snmp_log(LOG_ERR, "error in allocation for extenstion\n");
|
||||
+ snmp_log(LOG_ERR, "error in allocation for extension\n");
|
||||
+ goto out;
|
||||
}
|
||||
memcpy(buf_ptr, data, space);
|
||||
|
Loading…
Reference in New Issue
Block a user