]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/command.c
*: fix clang-6 SA warnings
[mirror_frr.git] / lib / command.c
index 1df644210723a3e7ec47ad382bf79940d08c5d82..3cc6806a88a5582443fa6d44c44846b69b89ee5d 100644 (file)
@@ -1197,6 +1197,7 @@ static int handle_pipe_action(struct vty *vty, const char *cmd_in,
 
        /* retrieve action */
        token = strsep(&working, " ");
+       assert(token);
 
        /* match result to known actions */
        if (strmatch(token, "include")) {