|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
/**
|
|
|
|
|
* xrdp: A Remote Desktop Protocol server.
|
|
|
|
|
*
|
|
|
|
|
* Copyright (C) Jay Sorg 2004-2012
|
|
|
|
|
* Copyright (C) Jay Sorg 2004-2013
|
|
|
|
|
*
|
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
@ -306,9 +306,9 @@ main(int argc, char **argv)
|
|
|
|
|
g_init("xrdp");
|
|
|
|
|
ssl_init();
|
|
|
|
|
|
|
|
|
|
for (test=0;test<argc; test++)
|
|
|
|
|
for (test = 0; test < argc; test++)
|
|
|
|
|
{
|
|
|
|
|
DEBUG(("Argument %i - %s",test,argv[test]));
|
|
|
|
|
DEBUG(("Argument %i - %s", test, argv[test]));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* check compiled endian with actual endian */
|
|
|
|
@ -435,7 +435,7 @@ main(int argc, char **argv)
|
|
|
|
|
{
|
|
|
|
|
g_writeln("");
|
|
|
|
|
g_writeln("xrdp: A Remote Desktop Protocol server.");
|
|
|
|
|
g_writeln("Copyright (C) Jay Sorg 2004-2011");
|
|
|
|
|
g_writeln("Copyright (C) Jay Sorg 2004-2013");
|
|
|
|
|
g_writeln("See http://xrdp.sourceforge.net for more information.");
|
|
|
|
|
g_writeln("");
|
|
|
|
|
g_writeln("Usage: xrdp [options]");
|
|
|
|
@ -453,7 +453,7 @@ main(int argc, char **argv)
|
|
|
|
|
{
|
|
|
|
|
g_writeln("");
|
|
|
|
|
g_writeln("xrdp: A Remote Desktop Protocol server.");
|
|
|
|
|
g_writeln("Copyright (C) Jay Sorg 2004-2011");
|
|
|
|
|
g_writeln("Copyright (C) Jay Sorg 2004-2013");
|
|
|
|
|
g_writeln("See http://xrdp.sourceforge.net for more information.");
|
|
|
|
|
g_writeln("Version %s", PACKAGE_VERSION);
|
|
|
|
|
g_writeln("");
|
|
|
|
|