Index: src/server/prelude.sm
===================================================================
--- src/server/prelude.sm	(revision 19397)
+++ src/server/prelude.sm	(working copy)
@@ -343,7 +343,6 @@
     PVFS_ds_attributes *ds_attr = NULL;
     PVFS_uid translated_uid = s_op->req->credentials.uid;
     PVFS_gid translated_gid = s_op->req->credentials.gid;
-    PVFS_fs_id  fsid = PVFS_FS_ID_NULL;
     int squashed_flag = 0;
     int skip_acl_flag = 0;
 
@@ -377,7 +376,7 @@
         else 
         {
             /* Translate the uid and gid's in case we need to do some squashing based on the export and the client address */
-            if (translate_ids(fsid, s_op->req->credentials.uid, s_op->req->credentials.gid,
+            if (translate_ids(s_op->target_fs_id, s_op->req->credentials.uid, s_op->req->credentials.gid,
                 &translated_uid, &translated_gid, s_op->addr) == 1)
             {
                 squashed_flag = 1;
