test-server: Remove root user check

This commit is contained in:
Denis Kenzior 2011-02-26 00:11:09 -06:00
parent 92404672fc
commit 3f2f11fe8f
1 changed files with 0 additions and 5 deletions

View File

@ -164,11 +164,6 @@ static gboolean setup_ppp(gpointer user)
GAtServer *server = user;
GAtIO *io;
if (getuid() != 0) {
g_print("Need root privilege for PPP connection\n");
return FALSE;
}
io = g_at_server_get_io(server);
g_at_server_suspend(server);