File rush-make_rpmlint_happy.patch of Package rush
--- src/config.c.orig 2009-01-17 12:37:21.000000000 +0100
+++ src/config.c 2009-01-17 12:37:32.000000000 +0100
@@ -905,12 +905,11 @@
ibuf->file, ibuf->line);
return 1;
}
- } else {
- *pfamily = AF_UNIX;
- *pport = NULL;
- *ppath = strdup(cstr);
- return *ppath == NULL;
}
+ *pfamily = AF_UNIX;
+ *pport = NULL;
+ *ppath = strdup(cstr);
+ return *ppath == NULL;
}
static int