s4:ntvfs/posix/pvfs_wait.c - fix a "calculated value unused" warning
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 21 May 2010 21:14:19 +0000 (23:14 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 21 May 2010 21:35:57 +0000 (23:35 +0200)
commit68363049579c408e56170933cd0b5094934f7c20
tree9b08da9dcaf7ac609eaf26c84064d228b3280fcf
parent366333c08fe1d26276a90391dcec0526a65cb2a2
s4:ntvfs/posix/pvfs_wait.c - fix a "calculated value unused" warning

The calculated value is "req" (!= NULL) if "talloc_reference" did work correctly
or it is NULL if we ran out of memory.
source4/ntvfs/posix/pvfs_wait.c