]> the.earth.li Git - onak.git/blobdiff - splitkeys.c
Remove dead store in generic_fetch_key
[onak.git] / splitkeys.c
index 2d3c58c8ea4a76ba13244ce3b08d59438a079fae..1f0e9d68df929a1a1179a309c146df292d00e948 100644 (file)
@@ -13,8 +13,7 @@
  * more details.
  *
  * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 51
- * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include <fcntl.h>
@@ -63,7 +62,7 @@ int main(int argc, char *argv[])
                                        tmp->next = NULL;
                                }
                        }
-                       if (tmp->next != NULL) {
+                       if (tmp != NULL && tmp->next != NULL) {
                                list_end = NULL;
                        }