mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
style(9): fix trailing whitespace
MFC after: 3 days
This commit is contained in:
parent
3b7e3b0ae5
commit
23516259fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310592
@ -214,7 +214,7 @@ trapsink_unmodify(struct trapsink *t, struct trapsink_dep *tdep)
|
||||
t->version = tdep->rb_version;
|
||||
if (tdep->set & TDEP_COMM)
|
||||
strcpy(t->comm, tdep->rb_comm);
|
||||
|
||||
|
||||
return (SNMP_ERR_NOERROR);
|
||||
}
|
||||
|
||||
@ -538,7 +538,7 @@ snmp_send_trap(const struct asn_oid *trap_oid, ...)
|
||||
TAILQ_FOREACH(t, &trapsink_list, link) {
|
||||
if (t->status != TRAPSINK_ACTIVE)
|
||||
continue;
|
||||
|
||||
|
||||
if (t->version == TRAPSINK_V1)
|
||||
snmp_create_v1_trap(&pdu, t->comm, trap_oid);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user