Commit a3cc5d76 authored by Pavel Tvrdík's avatar Pavel Tvrdík
Browse files

RPKI: Fix a compilation

parent e138152c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -469,12 +469,12 @@ rpki_reconfigure_proto(struct rpki_proto *p, struct rpki_config *new_cf, struct
  struct rpki_cache_group *g;
  WALK_LIST(g, p->group_list)
  {
    RPKI_TRACE(D_EVENTS, p, "Group(%u)", g->preference);
    DBG("Group(%u)", g->preference);

    struct rpki_cache *c;
    WALK_LIST(c, g->cache_list)
    {
      RPKI_TRACE(D_EVENTS, p, "  Cache(%s)", get_cache_ident(c));
      DBG("  Cache(%s)", get_cache_ident(c));
    }
  }

+2 −1
Original line number Diff line number Diff line
@@ -16,7 +16,8 @@
#include "lib/socket.h"
#include "lib/ip.h"

#include "transport.h"
#include "ssh_transport.h"
#include "tcp_transport.h"
#include "rtr.h"
#include "packets.h"