s3: Simplify tdb_data_is_cstr a bit
commit2fd28dc4cf4f40a690adfd846911e4da1a776bf2
authorVolker Lendecke <vl@samba.org>
Wed, 13 Jun 2012 07:48:25 +0000 (13 09:48 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 14 Jun 2012 14:55:58 +0000 (14 16:55 +0200)
treeac85c35f2026ad95f024a7d8dae611d645751652
parentbc9003dd90072191822813d15b26ef850399c1e8
s3: Simplify tdb_data_is_cstr a bit

The original code contained rawmemchr for performance reasons. I
would expect the very common strlen routine to be not much worse
performance-wise than rawmemchr. On top, for me this patch simplifies
the expression a bit.

Signed-off-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Thu Jun 14 16:55:58 CEST 2012 on sn-devel-104
source3/utils/net_registry_check.c