comparison src/protocols/msn/cmdproc.c @ 10310:926bd0e5f487

[gaim-migrate @ 11504] We're making cinnamon crispania committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 03 Dec 2004 03:37:10 +0000
parents f776e117c17b
children 2e01c503aa4f
comparison
equal deleted inserted replaced
10309:19974fd2d61d 10310:926bd0e5f487
317 #if 1 317 #if 1
318 /* TODO this is really ugly */ 318 /* TODO this is really ugly */
319 /* Since commands have not stored payload and we need it for pendent 319 /* Since commands have not stored payload and we need it for pendent
320 * commands at the time we process again the same command we will try 320 * commands at the time we process again the same command we will try
321 * to read again the payload of payload_len size but we will actually 321 * to read again the payload of payload_len size but we will actually
322 * read sometime else, and reading from server syncronization goes to 322 * read sometime else, and reading from server synchronization goes to
323 * hell. */ 323 * hell. */
324 /* Now we store the payload in the command when we queue them :D */ 324 /* Now we store the payload in the command when we queue them :D */
325 325
326 if (trans != NULL && trans->pendent_cmd != NULL) 326 if (trans != NULL && trans->pendent_cmd != NULL)
327 if (cmdproc->ready) 327 if (cmdproc->ready)