Changeset 5572:7ad7d8250612 in roaraudio
- Timestamp:
- 07/17/12 15:12:00 (11 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
roarclients/roarclientpass.c
r5570 r5572 188 188 } else if ( !strcasecmp(k, "connect") ) { 189 189 mode = ROAR_SOCKET_MODE_CONNECT; 190 flags |= ROAR_CLIENTPASS_FLAG_LISTEN; 190 191 flags -= ROAR_CLIENTPASS_FLAG_LISTEN; 191 192 } else { … … 221 222 ROAR_ERR("Too may socket types given"); 222 223 return 30; 224 } 225 226 if ( host == NULL ) { 227 ROAR_ERR("No bind address given. Use --bind."); 228 return 33; 223 229 } 224 230
Note: See TracChangeset
for help on using the changeset viewer.