mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
[PATCH] make udevsend binary even smaller
This commit is contained in:
@@ -125,7 +125,9 @@ int main(int argc, char* argv[])
|
||||
int sock;
|
||||
struct sockaddr_un saddr;
|
||||
|
||||
#ifdef DEBUG
|
||||
init_logging("udevsend");
|
||||
#endif
|
||||
|
||||
subsystem = argv[1];
|
||||
if (subsystem == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user