diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2007-11-21 17:46:04 -0500 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2007-11-21 17:46:04 -0500 |
| commit | 1f1478d47fdef3e72008497cbc8f1a4194c49f86 (patch) | |
| tree | 9825745021662c6102f290fe831d236310d0f09b /src/plugin.c | |
| parent | c6f778ff771a2bb245728a9ea6f33bc2f2186d0b (diff) | |
| download | slapi-nis-1f1478d47fdef3e72008497cbc8f1a4194c49f86.tar.gz slapi-nis-1f1478d47fdef3e72008497cbc8f1a4194c49f86.tar.xz slapi-nis-1f1478d47fdef3e72008497cbc8f1a4194c49f86.zip | |
- use the new source file
Diffstat (limited to 'src/plugin.c')
| -rw-r--r-- | src/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.c b/src/plugin.c index e291222..0b58862 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -775,7 +775,7 @@ nis_plugin_init(Slapi_PBlock *pb) slapi_pblock_get(pb, SLAPI_PLUGIN_IDENTITY, &state->plugin_identity); state->plugin_desc = &plugin_description; slapi_pblock_set(pb, SLAPI_PLUGIN_PRIVATE, state); - slapi_log_error(SLAPI_LOG_PLUGIN, state->plugin_desc.spd_id, + slapi_log_error(SLAPI_LOG_PLUGIN, state->plugin_desc->spd_id, "registered plugin hooks\n"); return 0; } |
