X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fshairplay.c;h=b125bbecb9e62116367dd8c32a604c7e9b5aecbf;hb=d7a41af82b7e99254ba08c60c3930d128e38c60f;hp=0486f6c9dec4509ccf089b8b94328ddbc5cd1e91;hpb=ad58f7a2caeeecf25a9d69aecf96a5fcc77fffcd;p=deb_shairplay.git diff --git a/src/shairplay.c b/src/shairplay.c index 0486f6c..b125bbe 100644 --- a/src/shairplay.c +++ b/src/shairplay.c @@ -257,7 +257,7 @@ main(int argc, char *argv[]) raop_cbs.audio_destroy = audio_destroy; raop_cbs.audio_set_volume = audio_set_volume; - raop = raop_init_from_keyfile(10, &raop_cbs, "airport.key"); + raop = raop_init_from_keyfile(10, &raop_cbs, "airport.key", NULL); if (raop == NULL) { fprintf(stderr, "Could not initialize the RAOP service\n"); return -1;