diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-06 12:47:19 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-06 12:47:19 +0200 |
commit | bd832ce81c1f9e6b1d69374c79014b79a85cd578 (patch) | |
tree | a16e430a03551f4ba72049ce2a9901007a1d9bd1 /tests | |
parent | 2a78373f216a3ea8f4cfcaca740e2e272741cae1 (diff) | |
download | libpam-x2go-bd832ce81c1f9e6b1d69374c79014b79a85cd578.tar.gz libpam-x2go-bd832ce81c1f9e6b1d69374c79014b79a85cd578.tar.bz2 libpam-x2go-bd832ce81c1f9e6b1d69374c79014b79a85cd578.zip |
tests/mock_guest.c: Remove comment that is no longer true.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mock_guest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mock_guest.c b/tests/mock_guest.c index ea4861b..6073f0f 100644 --- a/tests/mock_guest.c +++ b/tests/mock_guest.c @@ -70,7 +70,6 @@ void _exit (int exitcode) #define BUFFER_SIZE 512 -/*Borrowed this code form socket-sucker.c in lightdm-remote-session-x2go*/ int socket_sucker () { |