implemented reversed connection establishment
vpcd can now be configured connect to a previously started vpicc.
This commit is contained in:
@@ -41,7 +41,7 @@ static int vpcd_connect(driver_data_t **driver_data)
|
||||
return 0;
|
||||
|
||||
|
||||
ctx = vicc_init(vpcdport);
|
||||
ctx = vicc_init(NULL, vpcdport);
|
||||
if (!ctx) {
|
||||
RELAY_ERROR("Could not initialize connection to virtual ICC\n");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user