From 06c5076f8ef23ac36d234ed417b80a58ab8dd7b4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 19 Apr 2008 17:58:53 +0200 Subject: [PATCH] Fix a bogus uninitialized variable warning in IDL-based nbt code --- source/libcli/nbt/nbtname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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