fix for bug 1359055?
authorBrenden Matthews <brenden1@rty.ca>
Sat, 19 Nov 2005 23:06:59 +0000 (23:06 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Sat, 19 Nov 2005 23:06:59 +0000 (23:06 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@424 7f574dfc-610e-0410-a909-a81674777703

src/linux.c

index 0ea94e6..e0a340a 100644 (file)
@@ -154,8 +154,7 @@ inline void update_net_stats()
 
        /* open file and ignore first two lines */
        if (net_dev_fp == NULL) {
-               // net_dev_fp = open_file("/proc/net/dev", &rep);
-               net_dev_fp = open_file("/home/brenden/fake", &rep);
+               net_dev_fp = open_file("/proc/net/dev", &rep);
        }
        else
                fseek(net_dev_fp, 0, SEEK_SET);