Changeset 3f3ee61 for functions.c


Ignore:
Timestamp:
Oct 29, 2008, 9:38:18 PM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
7e78e49
Parents:
e979da9
Message:
Factor the code used to populate zsigs out of the function used to
parse zwrite lines, and call it only when we're sending a message.
Now users with a zsigproc will only have it called once when sending a
zephyr.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r559076c r3f3ee61  
    378378  /* create the zwrite and send the message */
    379379  owl_zwrite_create_from_line(&z, line);
     380  owl_zwrite_populate_zsig(&z);
    380381  if (msg) {
    381382    owl_zwrite_set_message(&z, msg);
     
    416417  /* create the zwrite and send the message */
    417418  owl_zwrite_create_from_line(&z, line);
     419  owl_zwrite_populate_zsig(&z);
    418420  if (msg) {
    419421    owl_zwrite_set_message(&z, msg);
Note: See TracChangeset for help on using the changeset viewer.