diff options
-rw-r--r-- | libopkg/opkg_conf.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libopkg/opkg_conf.c b/libopkg/opkg_conf.c index 9c1ed34..acac1b4 100644 --- a/libopkg/opkg_conf.c +++ b/libopkg/opkg_conf.c @@ -484,11 +484,6 @@ opkg_conf_load(void) else sprintf_alloc (&lock_file, "%s", OPKGLOCKFILE); - if (lock_file == NULL) { - opkg_perror(ERROR, "Could not allocate memory for lock file name"); - goto err2; - } - lock_fd = creat(lock_file, S_IRUSR | S_IWUSR | S_IRGRP); if (lock_fd == -1) { opkg_perror(ERROR, "Could not create lock file %s", lock_file); |