]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
remove useless casts
authorLuigi Rizzo <rizzo@icir.org>
Thu, 27 Dec 2007 23:00:55 +0000 (23:00 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Thu, 27 Dec 2007 23:00:55 +0000 (23:00 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95068 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_oss.c

index 460d095fb12275d86476231b70790a47080d9a85..cabb734b2a6d020f8d5916cd6ae85d31ba35038e 100644 (file)
@@ -1528,7 +1528,7 @@ static void store_config_core(struct chan_oss_pvt *o, const char *var, const cha
        CV_START(var, value);
 
        /* handle jb conf */
-       if (!ast_jb_read_conf(&global_jbconf, (char *)var,(char *) value))
+       if (!ast_jb_read_conf(&global_jbconf, var, value))
                return;
 
        if (!console_video_config(&o->env, var, value))