mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
op_usm_users: fix indentation in SNMP_OP_SET block
MFC after: 3 days
This commit is contained in:
parent
446bd8a476
commit
994c8618ec
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ op_usm_users(struct snmp_context *ctx, struct snmp_value *val,
|
|||
if ((uuser = usm_get_user(&val->var, sub)) == NULL &&
|
||||
val->var.subs[sub - 1] != LEAF_usmUserStatus &&
|
||||
val->var.subs[sub - 1] != LEAF_usmUserCloneFrom)
|
||||
return (SNMP_ERR_NOSUCHNAME);
|
||||
return (SNMP_ERR_NOSUCHNAME);
|
||||
|
||||
if (community != COMM_INITIALIZE &&
|
||||
uuser->type == StorageType_readOnly)
|
||||
|
|
|
|||
Loading…
Reference in a new issue