also register BTdaemon as packet handler for SDP

This commit is contained in:
matthias.ringwald 2011-05-12 19:15:43 +00:00
parent 2547163c2e
commit ee709849fc

View File

@ -569,7 +569,7 @@ int main (int argc, char * const * argv){
#ifdef HAVE_SDP #ifdef HAVE_SDP
sdp_init(); sdp_init();
// sdp_test(); sdp_register_packet_handler(daemon_packet_handler);
#endif #endif
#ifdef USE_LAUNCHD #ifdef USE_LAUNCHD