Skip to content

Commit e257d30

Browse files
authored
Merge pull request #21996 from FRRouting/mergify/bp/stable/10.3/pr-21979
ospfd: remove unnecessary space (backport #21979)
2 parents 9c151b9 + 7ca7776 commit e257d30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ospfd/ospf_vty.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12105,7 +12105,7 @@ static int interface_config_auth_str(struct ospf_if_params *params, char *buf)
1210512105
break;
1210612106

1210712107
case OSPF_AUTH_SIMPLE:
12108-
snprintf(buf, BUFSIZ, " ");
12108+
buf[0] = '\0';
1210912109
break;
1211012110

1211112111
case OSPF_AUTH_CRYPTOGRAPHIC:

0 commit comments

Comments
 (0)