fixed compile error if --enable-p2p is set

This commit is contained in:
Martin Willi
2008-03-26 14:45:24 +00:00
parent 5298777ad8
commit 391abda082
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ static peer_cfg_t *build_peer_cfg(private_stroke_config_t *this,
else
{
/* no peer ID supplied, assume right ID */
peer_id = other_id->clone(other_id);
peer_id = other->clone(other);
}
#endif /* P2P */
+1 -1
View File
@@ -204,7 +204,7 @@ static enumerator_t* create_cert_enumerator(private_stroke_cred_t *this,
{
if (trusted)
{
return FALSE;
return NULL;
}
data = malloc_thing(id_data_t);