chiark / gitweb /
gcc: make gcc shut up
[elogind.git] / src / util.c
index d3876ded5b154ae17e6059139bd8d3bb472740de..ef37d05751bc4236834e3905e100338bd3af1c61 100644 (file)
@@ -250,7 +250,7 @@ int parse_boolean(const char *v) {
 }
 
 int parse_pid(const char *s, pid_t* ret_pid) {
-        unsigned long ul;
+        unsigned long ul = 0;
         pid_t pid;
         int r;