Skip to content

Commit

Permalink
change default port to 5002
Browse files Browse the repository at this point in the history
As in the previous version. Fixes mikebrady#214.
  • Loading branch information
abrasive committed Jun 3, 2013
1 parent 98da1d2 commit d52125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shairport.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ int main(int argc, char **argv) {

// set defaults
config.buffer_start_fill = 220;
config.port = 9000;
config.port = 5002;
char hostname[100];
gethostname(hostname, 100);
config.apname = malloc(20 + 100);
Expand Down

0 comments on commit d52125e

Please sign in to comment.