FS: Fix port name (old port name was based on an unaligned memory read).

This commit is contained in:
bunnei
2014-08-05 19:58:33 -04:00
parent 2b52ec4829
commit 81fa804b3c
+1 -1
View File
@@ -24,7 +24,7 @@ public:
* @return Port name of service * @return Port name of service
*/ */
const char *GetPortName() const { const char *GetPortName() const {
return "Ufs:"; return "fs:USER";
} }
}; };