Removed the dev_code, cli_code, and rev_level fields from the server session.
[citadel.git] / citadel / server / modules / ctdlproto / serv_file.c
index 230b6547658d1325ea5bf5278143904922756335..5ecd99562351d119ec80b020aba35009564bc1b8 100644 (file)
@@ -514,14 +514,11 @@ void cmd_mesg(char *mname) {
        FILE *mfp;
        char targ[256];
        char buf[256];
-       char buf2[256];
        DIR *dp;
        struct dirent *d;
 
        extract_token(buf, mname, 0, '|', sizeof buf);
 
-       snprintf(buf2, sizeof buf2, "%s.%d.%d", buf, CC->cs_clientdev, CC->cs_clienttyp);
-
        // If the client requested "?" then produce a listing
        if (!strcmp(buf, "?")) {
                cprintf("%d %s\n", LISTING_FOLLOWS, buf);