Allow search for any UUID entered by user.

MFC after:	3 days
This commit is contained in:
Maksim Yevmenkin 2007-11-04 21:24:33 +00:00
parent a49d769e88
commit c7ff1a159c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173335

View File

@ -586,9 +586,6 @@ do_sdp_search(void *xs, int argc, char **argv)
return (USAGE);
}
if (service < SDP_SERVICE_CLASS_SERVICE_DISCOVERY_SERVER)
return (USAGE);
/* Initialize attribute values array */
for (n = 0; n < values_len; n ++) {
values[n].flags = SDP_ATTR_INVALID;