]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
fix pqrcon rcon_password bug introduced in r9420 (was not
[xonotic/darkplaces.git] / host_cmd.c
index 202e4d98837545e80f451366f854af79b9a7cca2..530cf4e4858dfc9bbb2555a89ae72c4b11eabf01 100644 (file)
@@ -2492,6 +2492,7 @@ void Host_PQRcon_f (void)
                MSG_WriteLong (&net_message, 0);
                MSG_WriteByte (&net_message, CCREQ_RCON);
                SZ_Write(&net_message, (void*)rcon_password.string, n);
+               MSG_WriteByte (&net_message, 0); // terminate the (possibly partial) string
                MSG_WriteString (&net_message, Cmd_Args());
                StoreBigLong(net_message.data, NETFLAG_CTL | (net_message.cursize & NETFLAG_LENGTH_MASK));
                NetConn_Write(mysocket, net_message.data, net_message.cursize, &to);