summaryrefslogtreecommitdiff
path: root/lib/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.c')
-rw-r--r--lib/command.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c
index b9d607a101..b34fa7ff3e 100644
--- a/lib/command.c
+++ b/lib/command.c
@@ -2313,7 +2313,8 @@ DEFUN(script,
"Script name (same as filename in /etc/frr/scripts/\n")
{
struct prefix p;
- str2prefix("1.2.3.4/24", &p);
+
+ (void)str2prefix("1.2.3.4/24", &p);
struct frrscript *fs = frrscript_load(argv[1]->arg, NULL);