Fixed a typo in the READDIRPLUS case.
authorRaymond Barbiero <raymond.barbiero.dev@gmail.com>
Sat, 11 Aug 2012 06:55:25 +0000 (23:55 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 12 Aug 2012 02:14:39 +0000 (12:14 +1000)
web/nfsloadfile.sh

index 4440272c33b6757df97816470260cb679b5db995..eecdfd1de93c8383407053f99b3a5714b4272c38 100755 (executable)
@@ -127,7 +127,7 @@ case "$PACKET" in
                MSGTYP=`extract_field "$PACKET" "rpc.msgtyp"`
                STATUS=`extract_field "$PACKET" "nfs.nfsstat3" | awk '{ printf "0x%08x", $1 }'`
                FULLNAME=`extract_quoted_field "$PACKET" "nfs.full_name"`
-               COOKIE=`extract_field "$PACKET" "nfs.cookie3"`
+               COOKIE3=`extract_field "$PACKET" "nfs.cookie3"`
                do_readdirplus $XID $MSGTYP "$FULLNAME" $COOKIE3 $STATUS
                
                ;;