]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
remove null termination.
[paraslash.git] / audiod.c
index b0f9f786932be2e44e5c87bb9411345746e16ff1..e1bcbd12c4e8ca365ecb12162905c1ea892173ce 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -1443,7 +1443,6 @@ static int handle_connect(void)
        if (ret < 0)
                goto out;
        PARA_INFO_LOG("connection from user %i\n",  ret);
-       buf[ret] = '\0';
        ret = check_perms(ret);
        if (ret < 0)
                goto out;