]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-2868
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 23 Nov 2010 21:50:17 +0000 (15:50 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 23 Nov 2010 21:50:17 +0000 (15:50 -0600)
src/mod/applications/mod_hash/mod_hash.c

index 29a056104ffc052b2cf8cd9a52788bd744f1f9e2..2609b6cb873b5ebff02b7f848fff8a988cae6edb 100644 (file)
@@ -130,7 +130,7 @@ SWITCH_LIMIT_INCR(limit_incr_hash)
 {
        switch_channel_t *channel = switch_core_session_get_channel(session);
        char *hashkey = NULL;
-       switch_bool_t status = SWITCH_STATUS_SUCCESS;
+       switch_status_t status = SWITCH_STATUS_SUCCESS;
        limit_hash_item_t *item = NULL;
        time_t now = switch_epoch_time_now(NULL);
        limit_hash_private_t *pvt = NULL;