OSDN Git Service

intermezzo: fix uninitialized use of pointer in error path
authorWilly Tarreau <w@1wt.eu>
Fri, 18 Apr 2008 10:01:15 +0000 (12:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 Apr 2008 10:01:15 +0000 (12:01 +0200)
commit26af9f72182eb2dfb54d275cafb9a03fe9100ca9
tree459bd7d49de43e22d3e2d895425e9f2545709ed1
parente502c9c739550497b752e86830be2109044aadf2
intermezzo: fix uninitialized use of pointer in error path

gcc pointed out the following issue :
  dcache.c: In function `presto_set_dd':
  dcache.c:251: warning: `fset' might be used uninitialized in this function

fset is not yet assigned in the error path, so no operation must be done
with it.
fs/intermezzo/dcache.c