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

This commit is contained in:
bunnei 2014-07-24 19:46:48 -04:00
parent 2b52ec4829
commit 81fa804b3c

View file

@ -24,7 +24,7 @@ public:
* @return Port name of service
*/
const char *GetPortName() const {
return "Ufs:";
return "fs:USER";
}
};