aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolderpunk <solderpunk@sdf.org>2020-12-05 17:08:14 +0000
committerSolderpunk <solderpunk@sdf.org>2020-12-05 17:08:14 +0000
commite36099fa0390c2eeb65f682ae99ad8052bc5aad0 (patch)
treefd5e65d29f3b19dd0ac7aef8f9c2d8cced586ae3
parentList search in help output. (diff)
Let Krixano back in, by request.HEADmaster
-rw-r--r--telem.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/telem.c b/telem.c
index a57a189..19e6cc2 100644
--- a/telem.c
+++ b/telem.c
@@ -13,11 +13,6 @@ int main() {
uid = getuid();
pw = getpwuid(uid);
- if(strcmp(pw->pw_name, "krixano") == 0) {
- printf("Sorry, krixano, no BBS for you!");
- exit(1);
- }
-
if (pw) {
strncpy(command, "/usr/bin/lua /usr/local/src/telem/telem.lua ", 127);
strncat(command, pw->pw_name, 127);