Skip to content

Commit

Permalink
intedt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaswal committed Nov 16, 2023
1 parent 8d8b3a0 commit 4ce98bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/confd/src/ietf-routing.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static int parse_static_routes(sr_session_ctx_t *session, struct lyd_node *paren
return num_routes;
}

static int change_control_plane_protocols(sr_session_ctx_t *Session, uint32_t sub_id, const char *module,
static int change_control_plane_protocols(sr_session_ctx_t *session, uint32_t sub_id, const char *module,
const char *xpath, sr_event_t event, unsigned request_id, void *priv)
{
struct lyd_node *cplane, *tmp;
Expand Down

0 comments on commit 4ce98bf

Please sign in to comment.