Changeset f12d199 for perlconfig.c


Ignore:
Timestamp:
Aug 8, 2009, 3:12:04 AM (15 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
fea7992
Parents:
2c14f40
Message:
Revert "owl_function_info: Explain the auth status better."

Unfortunately this code breaks if not HAVE_LIBZEPHYR.

This reverts commit 2c14f4049d15e5dff469ded00dfd28a0947b423e.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlconfig.c

    r2c14f40 rf12d199  
    5858
    5959    (void)hv_store(h, "auth", strlen("auth"),
    60                    newSVpv(owl_zephyr_get_authstr(owl_message_get_notice(m)->z_checked_auth),0),0);
     60                   newSVpv(owl_zephyr_get_authstr(owl_message_get_notice(m)),0),0);
    6161  }
    6262
Note: See TracChangeset for help on using the changeset viewer.