aboutsummaryrefslogtreecommitdiffstats
path: root/src/runesc.c
diff options
context:
space:
mode:
authorJoshua Coats <joshu@fearchar.net>2016-05-06 19:39:49 -0700
committerJoshua Coats <joshu@fearchar.net>2016-05-06 21:17:07 -0700
commitf80ac1a037375dec88c959fc7757a6f203f62b03 (patch)
tree7f15b5eec57c6f2994bf000265d01d32cb300d9a /src/runesc.c
parentedda7a7100ffb5cac308ce0640d47c8437e5d0e7 (diff)
downloadrunes-f80ac1a037375dec88c959fc7757a6f203f62b03.tar.gz
runes-f80ac1a037375dec88c959fc7757a6f203f62b03.zip
Adding a default runes.conf configuration and a return 0 for compatibility
Diffstat (limited to 'src/runesc.c')
-rw-r--r--src/runesc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runesc.c b/src/runesc.c
index 7b57ac8..51ea1f3 100644
--- a/src/runesc.c
+++ b/src/runesc.c
@@ -40,6 +40,7 @@ int main (int argc, char *argv[])
send(s, buf, offset, 0);
free(buf);
shutdown(s, SHUT_RDWR);
+ return 0;
}
static int runes_socket_open_client(char *name)