FS: Fix port name (old port name was based on an unaligned memory read).
This commit is contained in:
parent
2b52ec4829
commit
81fa804b3c
|
@ -24,7 +24,7 @@ public:
|
|||
* @return Port name of service
|
||||
*/
|
||||
const char *GetPortName() const {
|
||||
return "Ufs:";
|
||||
return "fs:USER";
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Reference in New Issue