summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-07-01 17:17:51 +0000
committerDavid Troy <dave@popvox.com>2006-07-01 17:17:51 +0000
commitf896b539af305e4598261cfcc932219603a93fa2 (patch)
tree4d9aab14ffc31b0f7899f25668265f708252fdb4 /src
parentc73436fe4007ad5746cf2b0fe2cf7fc2c434f603 (diff)
Start of 1.22pre (trunk)
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/trunk@134 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'src')
-rw-r--r--src/astmanproxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/astmanproxy.c b/src/astmanproxy.c
index 1b6421b..058ef0a 100644
--- a/src/astmanproxy.c
+++ b/src/astmanproxy.c
@@ -646,8 +646,8 @@ int main(int argc, char *argv[])
debugmsg("loaded handlers");
if (SetProcUID()) {
- fprintf(stderr,"Cannot set user/group! Check proc_user and proc_group config setting!\n");
- exit(1);
+ fprintf(stderr,"Cannot set user/group! Check proc_user and proc_group config setting!\n");
+ exit(1);
}
/* If we are not in debug mode, then fork to background */