From: Volker Lendecke Date: Sat, 19 Apr 2008 15:58:53 +0000 (+0200) Subject: Fix a bogus uninitialized variable warning in IDL-based nbt code X-Git-Tag: samba-3.3.0pre1~2641^2~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06c5076f8ef23ac36d234ed417b80a58ab8dd7b4;p=thirdparty%2Fsamba.git Fix a bogus uninitialized variable warning in IDL-based nbt code --- diff --git a/source/libcli/nbt/nbtname.c b/source/libcli/nbt/nbtname.c index 5aff15bb45b..2025ef70e73 100644 --- a/source/libcli/nbt/nbtname.c +++ b/source/libcli/nbt/nbtname.c @@ -110,7 +110,7 @@ _PUBLIC_ enum ndr_err_code ndr_pull_nbt_string(struct ndr_pull *ndr, int ndr_fla /* break up name into a list of components */ for (num_components=0;num_components