s3:utils: Initialize row variable in wspsearch
authorAndreas Schneider <asn@samba.org>
Thu, 26 Oct 2023 12:09:33 +0000 (14:09 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 27 Oct 2023 05:54:33 +0000 (05:54 +0000)
commita2a31519fb5f0313c6dcf3b251180530c9006802
tree8d057b7e3c998efe3607d3933c9af8bf9c3ab651
parent0bb67a3a7e79a687e7809ab41f056c36629bc19f
s3:utils: Initialize row variable in wspsearch

../../source3/utils/wspsearch.c:331:25: error: ‘row’ may be used
uninitialized [-Werror=maybe-uninitialized]
  331 |         *rows_processed = row;
      |         ~~~~~~~~~~~~~~~~^~~~~

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/utils/wspsearch.c