Revert "Attempt fixing svcConnectToPortInitHook.s again"

This reverts commit 901d4992c0.
This commit is contained in:
TuxSH
2017-06-09 20:48:01 +02:00
parent 901d4992c0
commit 69762c5dce
3 changed files with 2 additions and 11 deletions

View File

@@ -32,7 +32,6 @@ Result ConnectToPortHook(Handle *out, const char *name)
{
char portName[12] = {0};
Result res = 0;
if(name != NULL)
{
s32 nb = usrToKernelStrncpy(portName, name, 12);