Merge pull request #8 from phil-davis/dp-review

Thanks Phil
This commit is contained in:
dennypage
2015-12-10 00:54:08 -08:00
+2 -2
View File
@@ -269,7 +269,7 @@ ts_elapsed(
//
// Send thead
// Send thread
//
static void *
send_thread(
@@ -1003,7 +1003,7 @@ main(
}
}
// Drop privledges
// Drop privileges
r = setgid(getgid());
r = setuid(getuid());