1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00
Omri Mor 5445b2b8b0 s3: smbd: Modernize Avahi DEBUG macros and long if statements
DEBUG(10, (...))	=>	DBG_DEBUG(...)
if (long... < 0)	=>	ret = long; if (ret < 0)

Signed-off-by: Omri Mor <omri50@gmail.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>

Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Thu Jul 27 17:12:28 CEST 2017 on sn-devel-144
2017-07-27 17:12:28 +02:00
..
2014-01-03 05:04:44 +01:00
2017-02-22 08:26:22 +01:00
2017-02-22 08:26:22 +01:00
2017-07-21 19:10:46 +02:00
2017-02-22 08:26:22 +01:00
2017-07-25 17:43:16 +02:00
2013-05-18 16:32:38 +02:00
2015-03-17 11:30:52 +01:00