[PATCH] make udevsend binary even smaller

This commit is contained in:
greg@kroah.com 2004-02-02 18:42:42 -08:00 committed by Greg KH
parent d5c6d80ff1
commit e047ca9bdf
1 changed files with 2 additions and 0 deletions

View File

@ -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) {