summaryrefslogtreecommitdiff
path: root/net-mgmt/disco/files/patch-disco.c
blob: e6d44f4ed1ac986ffab15c61ee62e75077bc7e08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- disco.c.orig	2014-08-08 23:55:22.000000000 -0400
+++ disco.c	2014-08-08 23:56:40.000000000 -0400
@@ -1031,7 +1031,7 @@
     if (!fp_file)
     {
         fprintf(stderr, "No fingerprint file found\n");
-        return;
+        return -1;
     }
 
     while (fgets(infile, 1500, fp_file) != NULL && infile[0] != '\n')