sim: Make osmo-sim-test compile again

This commit is contained in:
Harald Welte 2014-05-04 13:59:17 +02:00
parent 0d24644f52
commit 3fc3f068b3
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ int main(int argc, char **argv)
struct msgb *msg;
int rc;
reader = osim_reader_open(0, NULL);
reader = osim_reader_open(0, "", NULL);
if (!reader)
exit(1);
card = osim_card_open(reader);