print "none" if not serving any segments
This commit is contained in:
committed by
Martin Willi
parent
a33eb8631c
commit
f825238594
@@ -80,7 +80,7 @@ static bool in_segment(private_ha_sync_segments_t *this,
|
|||||||
static void log_segments(private_ha_sync_segments_t *this, bool activated,
|
static void log_segments(private_ha_sync_segments_t *this, bool activated,
|
||||||
u_int segment)
|
u_int segment)
|
||||||
{
|
{
|
||||||
char buf[64], *pos = buf;
|
char buf[64] = "none", *pos = buf;
|
||||||
int i;
|
int i;
|
||||||
bool first = TRUE;
|
bool first = TRUE;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user