diff options
author | Solderpunk <solderpunk@sdf.org> | 2020-12-05 17:08:14 +0000 |
---|---|---|
committer | Solderpunk <solderpunk@sdf.org> | 2020-12-05 17:08:14 +0000 |
commit | e36099fa0390c2eeb65f682ae99ad8052bc5aad0 (patch) | |
tree | fd5e65d29f3b19dd0ac7aef8f9c2d8cced586ae3 | |
parent | List search in help output. (diff) |
-rw-r--r-- | telem.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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); |