Ignore:
Timestamp:
2015-05-31T02:40:04Z (9 years ago)
Author:
dequis <dx@…>
Children:
d2411a1
Parents:
767b2d1
git-author:
dequis <dx@…> (10-04-15 11:33:58)
git-committer:
dequis <dx@…> (31-05-15 02:40:04)
Message:

msn: remove fd parameter from msn_ns_write

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.c

    r767b2d1 r074c9b6  
    193193                "/user", "application/user+xml",
    194194                strlen(body), body);
    195         msn_ns_write(ic, -1, "PUT %d %zd\r\n%s", ++md->trId, strlen(buf), buf);
     195        msn_ns_write(ic, "PUT %d %zd\r\n%s", ++md->trId, strlen(buf), buf);
    196196
    197197        g_free(buf);
     
    244244static void msn_keepalive(struct im_connection *ic)
    245245{
    246         msn_ns_write(ic, -1, "PNG\r\n");
     246        msn_ns_write(ic, "PNG\r\n");
    247247}
    248248
Note: See TracChangeset for help on using the changeset viewer.