Skip to content

Commit 32f83f5

Browse files
committed
chore fix code style
1 parent 81600a9 commit 32f83f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ tempesta_lib_init(void)
6969
{
7070
int ret = tfw_ts_cache_init();
7171
if (ret)
72-
return ret;
72+
return 1;
7373

74-
return 0;
74+
return ret;
7575
}
7676

7777
static void __exit

0 commit comments

Comments
 (0)