applying fix from;
authorPaul Fox <pgf@brightstareng.com>
Tue, 19 Jul 2005 21:21:58 +0000 (21:21 -0000)
committerPaul Fox <pgf@brightstareng.com>
Tue, 19 Jul 2005 21:21:58 +0000 (21:21 -0000)
    0000092: looks like the initializer for .need_suid was missing.

include/applets.h

index a7578ba..6bce2ee 100644 (file)
 #endif
 
 #if !defined(PROTOTYPES) && !defined(MAKE_USAGE)
-       { 0,NULL,0 }
+       { 0,NULL,0,0 }
 };
 
 #endif