Skip to content

Commit

Permalink
Remove temp files
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Dec 10, 2013
1 parent 413e3af commit 31cb055
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 85 deletions.
12 changes: 0 additions & 12 deletions routes/yaf_route_interface.lo

This file was deleted.

12 changes: 0 additions & 12 deletions routes/yaf_route_map.lo

This file was deleted.

12 changes: 0 additions & 12 deletions routes/yaf_route_regex.lo

This file was deleted.

12 changes: 0 additions & 12 deletions routes/yaf_route_rewrite.lo

This file was deleted.

12 changes: 0 additions & 12 deletions routes/yaf_route_simple.lo

This file was deleted.

12 changes: 0 additions & 12 deletions routes/yaf_route_static.lo

This file was deleted.

12 changes: 0 additions & 12 deletions routes/yaf_route_supervar.lo

This file was deleted.

2 changes: 1 addition & 1 deletion yaf_dispatcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 31cb055

Please sign in to comment.