From 31cb0554c84531bc7110d371d5b8901dd0524624 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Tue, 10 Dec 2013 15:11:52 +0800 Subject: [PATCH] Remove temp files --- routes/yaf_route_interface.lo | 12 ------------ routes/yaf_route_map.lo | 12 ------------ routes/yaf_route_regex.lo | 12 ------------ routes/yaf_route_rewrite.lo | 12 ------------ routes/yaf_route_simple.lo | 12 ------------ routes/yaf_route_static.lo | 12 ------------ routes/yaf_route_supervar.lo | 12 ------------ yaf_dispatcher.c | 2 +- 8 files changed, 1 insertion(+), 85 deletions(-) delete mode 100644 routes/yaf_route_interface.lo delete mode 100644 routes/yaf_route_map.lo delete mode 100644 routes/yaf_route_regex.lo delete mode 100644 routes/yaf_route_rewrite.lo delete mode 100644 routes/yaf_route_simple.lo delete mode 100644 routes/yaf_route_static.lo delete mode 100644 routes/yaf_route_supervar.lo diff --git a/routes/yaf_route_interface.lo b/routes/yaf_route_interface.lo deleted file mode 100644 index 0b548599..00000000 --- a/routes/yaf_route_interface.lo +++ /dev/null @@ -1,12 +0,0 @@ -# routes/yaf_route_interface.lo - a libtool object file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# Name of the PIC object. -pic_object='.libs/yaf_route_interface.o' - -# Name of the non-PIC object. -non_pic_object=none - diff --git a/routes/yaf_route_map.lo b/routes/yaf_route_map.lo deleted file mode 100644 index 4fbf072d..00000000 --- a/routes/yaf_route_map.lo +++ /dev/null @@ -1,12 +0,0 @@ -# routes/yaf_route_map.lo - a libtool object file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# Name of the PIC object. -pic_object='.libs/yaf_route_map.o' - -# Name of the non-PIC object. -non_pic_object=none - diff --git a/routes/yaf_route_regex.lo b/routes/yaf_route_regex.lo deleted file mode 100644 index bf2cebb5..00000000 --- a/routes/yaf_route_regex.lo +++ /dev/null @@ -1,12 +0,0 @@ -# routes/yaf_route_regex.lo - a libtool object file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# Name of the PIC object. -pic_object='.libs/yaf_route_regex.o' - -# Name of the non-PIC object. -non_pic_object=none - diff --git a/routes/yaf_route_rewrite.lo b/routes/yaf_route_rewrite.lo deleted file mode 100644 index b68ecf24..00000000 --- a/routes/yaf_route_rewrite.lo +++ /dev/null @@ -1,12 +0,0 @@ -# routes/yaf_route_rewrite.lo - a libtool object file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# Name of the PIC object. -pic_object='.libs/yaf_route_rewrite.o' - -# Name of the non-PIC object. -non_pic_object=none - diff --git a/routes/yaf_route_simple.lo b/routes/yaf_route_simple.lo deleted file mode 100644 index 09687d5a..00000000 --- a/routes/yaf_route_simple.lo +++ /dev/null @@ -1,12 +0,0 @@ -# routes/yaf_route_simple.lo - a libtool object file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# Name of the PIC object. -pic_object='.libs/yaf_route_simple.o' - -# Name of the non-PIC object. -non_pic_object=none - diff --git a/routes/yaf_route_static.lo b/routes/yaf_route_static.lo deleted file mode 100644 index e60cca79..00000000 --- a/routes/yaf_route_static.lo +++ /dev/null @@ -1,12 +0,0 @@ -# routes/yaf_route_static.lo - a libtool object file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# Name of the PIC object. -pic_object='.libs/yaf_route_static.o' - -# Name of the non-PIC object. -non_pic_object=none - diff --git a/routes/yaf_route_supervar.lo b/routes/yaf_route_supervar.lo deleted file mode 100644 index 2f966c9c..00000000 --- a/routes/yaf_route_supervar.lo +++ /dev/null @@ -1,12 +0,0 @@ -# routes/yaf_route_supervar.lo - a libtool object file -# Generated by ltmain.sh - GNU libtool 1.5.26 (1.1220.2.492 2008/01/30 06:40:56) -# -# Please DO NOT delete this file! -# It is necessary for linking the library. - -# Name of the PIC object. -pic_object='.libs/yaf_route_supervar.o' - -# Name of the non-PIC object. -non_pic_object=none - diff --git a/yaf_dispatcher.c b/yaf_dispatcher.c index 2f0ae894..d25f821d 100644 --- a/yaf_dispatcher.c +++ b/yaf_dispatcher.c @@ -561,7 +561,7 @@ int yaf_dispatcher_handle(yaf_dispatcher_t *dispatcher, yaf_request_t *request, return 0; } - if(strncasecmp(Z_STRVAL_P(dmodule), Z_STRVAL_P(module), Z_STRLEN_P(module)) == 0) { + if (strncasecmp(Z_STRVAL_P(dmodule), Z_STRVAL_P(module), Z_STRLEN_P(module)) == 0) { is_def_module = 1; }