Backend: use the consistent shutdown() method to close our socket
commit2e9e8cc2c0ea08e090018891dd8538ec675c0825
authorEric Wong <normalperson@yhbt.net>
Thu, 16 Oct 2008 01:51:11 +0000 (15 18:51 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 16 Oct 2008 01:51:11 +0000 (15 18:51 -0700)
treeae982d7596a93c503743dfbd2da900a8aeb0cbc6
parenta9566b561662aa0925eff49adad9813e5ffff179
Backend: use the consistent shutdown() method to close our socket

This always closes it and ignores any exceptions that may
occur (since it's going away anyways).  This also sets
the instance variable to nil for easy checking.
lib/mogilefs/backend.rb