Correct some redundant if() clauses
[openafs.git] / src / libadmin / vos / vsprocs.c
index ecc618b..f565019 100644 (file)
@@ -4090,8 +4090,7 @@ UV_SetVolume(struct rx_connection *server, afs_int32 partition,
 
     if (tid) {
        etst = AFSVolEndTrans(server, tid, &rcode);
-       /* FIXME: this looks like a typo */
-       if (etst || etst) {
+       if (etst || rcode) {
            if (!tst)
                tst = (etst ? etst : rcode);
        }