heimdal - hdb/ext.c - fix a "shadows variable" warning
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Wed, 21 Oct 2009 15:35:51 +0000 (17:35 +0200)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Wed, 21 Oct 2009 15:35:51 +0000 (17:35 +0200)
commit9f170bc7ea5838756b58158842b61815e29a2aaa
treef3d30dac365104cef560ae9ce3e332179ce253f8
parent95ce7dff20d5629eff16cc6f7527c542987d8eb0
heimdal - hdb/ext.c - fix a "shadows variable" warning

Renamed the variable "str" in the nested block to "str2" to prevent the collision
with "str" in the main function block.
source4/heimdal/lib/hdb/ext.c