mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 11:12:46 +00:00
Allow search for any UUID entered by user.
MFC after: 3 days
This commit is contained in:
parent
a49d769e88
commit
c7ff1a159c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173335
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user