Loading src/server/servsock.c +1 −1 Original line number Diff line number Diff line Loading @@ -358,6 +358,7 @@ void process_msg(ipc_connection_t *conn, ipc_message_t *msg) /**** end of messages to the server * all below this point are intended to be retransmitted */ assign_serial(msg); /* load sender */ struct user from; Loading Loading @@ -417,7 +418,6 @@ void process_msg(ipc_connection_t *conn, ipc_message_t *msg) printf("Unhandled direct-to-user command %s\n", ipc_nametype(msg->head.type)); msg_attach_to_userid(msg, msg->head.dst); } assign_serial(msg); store_message(msg); ipcmsg_destroy(msg); } Loading Loading
src/server/servsock.c +1 −1 Original line number Diff line number Diff line Loading @@ -358,6 +358,7 @@ void process_msg(ipc_connection_t *conn, ipc_message_t *msg) /**** end of messages to the server * all below this point are intended to be retransmitted */ assign_serial(msg); /* load sender */ struct user from; Loading Loading @@ -417,7 +418,6 @@ void process_msg(ipc_connection_t *conn, ipc_message_t *msg) printf("Unhandled direct-to-user command %s\n", ipc_nametype(msg->head.type)); msg_attach_to_userid(msg, msg->head.dst); } assign_serial(msg); store_message(msg); ipcmsg_destroy(msg); } Loading