mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
For pointers use NULL instead of 0.
This commit is contained in:
parent
3f708a3203
commit
d134fb49e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301482
@ -171,7 +171,7 @@ main(int argc, char *argv[])
|
||||
usage();
|
||||
|
||||
if (!bdaddr_any(&remote_bdaddr) && (server_limit != 0 ||
|
||||
control_path != 0 || (service_name != NULL && l2cap_psm != 0)))
|
||||
control_path != NULL || (service_name != NULL && l2cap_psm != 0)))
|
||||
usage();
|
||||
|
||||
/* default options */
|
||||
|
Loading…
Reference in New Issue
Block a user