cunit/test_license: fix compilation error.
authorVic Lee <llyzs@163.com>
Wed, 3 Aug 2011 01:41:54 +0000 (09:41 +0800)
committerVic Lee <llyzs@163.com>
Wed, 3 Aug 2011 01:41:54 +0000 (09:41 +0800)
cunit/test_license.c

index f8c67ca..60f2645 100644 (file)
@@ -30,7 +30,7 @@ rdpLicense* license;
 
 int init_license_suite(void)
 {
-       rdp = rdp_new();
+       rdp = rdp_new(NULL);
        license = rdp->license;
        return 0;
 }