Fix some more warnings
This commit is contained in:
@@ -492,7 +492,7 @@ rc_service_exists(const char *service)
|
||||
{
|
||||
char *file;
|
||||
bool retval = false;
|
||||
int len;
|
||||
size_t len;
|
||||
struct stat buf;
|
||||
|
||||
if (!service) {
|
||||
|
||||
Reference in New Issue
Block a user