X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Ftest.c;h=47db82c733a2e43aec483f3e5fe28d281a570e28;hb=bcefa7bfce1047ac2b2fe1a7243bac6f9999ffa5;hp=6c6bea645c4da1376069b70ef387e48a97447ccf;hpb=51aa1233e4981967f06dd3432cd3a6ed83a35607;p=m6w6%2Flibmemcached diff --git a/tests/test.c b/tests/test.c index 6c6bea64..47db82c7 100644 --- a/tests/test.c +++ b/tests/test.c @@ -2,7 +2,6 @@ Sample test application. */ #include -#include #include #include #include @@ -45,6 +44,8 @@ int main(int argc, char *argv[]) if (world.create) world_ptr= world.create(); + else + world_ptr= NULL; startup_ptr= (server_startup_st *)world_ptr; servers= (memcached_server_st *)startup_ptr->servers;