- Timestamp:
- Apr 20, 2003, 4:58:47 PM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- c86a35c
- Parents:
- e51b410
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
message.c
recd5dc5 rc269e22 428 428 void owl_message_create_from_znotice(owl_message *m, ZNotice_t *n) { 429 429 struct hostent *hent; 430 int k , ret;430 int k; 431 431 char *ptr, *tmp, *tmp2; 432 432 … … 478 478 owl_free(tmp); 479 479 480 #ifdef OWL_HAVE_DES 480 481 /* if zcrypt is enabled try to decrypt the message */ 481 482 if (owl_global_is_zcrypt(&g) && !strcasecmp(n->z_opcode, "crypt")) { 482 483 char *out; 484 int ret; 483 485 484 486 out=owl_malloc(strlen(owl_message_get_body(m))*16+20); … … 490 492 } 491 493 } 494 #endif 492 495 493 496 /* save the hostname */
Note: See TracChangeset
for help on using the changeset viewer.