]> git.proxmox.com Git - mirror_frr.git/commit
isisd: Remove unnecessary use of strcpy
authorChristian Franke <chris@opensourcerouting.org>
Wed, 29 May 2019 12:44:07 +0000 (14:44 +0200)
committerChristian Franke <chris@opensourcerouting.org>
Wed, 29 May 2019 12:45:10 +0000 (14:45 +0200)
commit5627d3fec22062eea359345d2605bbb421bf5c0f
treefd70d715cbca6bca141cf402100976f38d01328e
parent637b00caa8b128b7acf23ab2ae5f6dbbf40d2427
isisd: Remove unnecessary use of strcpy

`strcpy` is a dangerous function and should not be used. In this
particular place, there is no need for copying strings at all, so let's
just stick to referencing static strings.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
isisd/isisd.c