fix conditional in test case (exposes underlying failure)
This commit is contained in:
parent
3592083874
commit
8178d04152
@ -252,7 +252,7 @@ main (int argc,
|
||||
}
|
||||
}
|
||||
GNUNET_CONFIGURATION_destroy (cfg);
|
||||
if (GNUNET_NO == ret)
|
||||
if (GNUNET_OK != ret)
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user