| 682 | | fail_unless(smlTransportInitialize(client1, &error), NULL); |
|---|
| 683 | | fail_unless(smlTransportInitialize(client2, &error), NULL); |
|---|
| 684 | | fail_unless(smlTransportInitialize(client3, &error), NULL); |
|---|
| 685 | | fail_unless(smlTransportInitialize(server, &error), NULL); |
|---|
| | 682 | fail_unless(smlTransportInitialize(client1, &error), smlErrorPrint(&error)); |
|---|
| | 683 | fail_unless(smlTransportInitialize(client2, &error), smlErrorPrint(&error)); |
|---|
| | 684 | fail_unless(smlTransportInitialize(client3, &error), smlErrorPrint(&error)); |
|---|
| | 685 | fail_unless(smlTransportInitialize(server, &error), smlErrorPrint(&error)); |
|---|