diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-01-26 15:21:10 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-01-26 15:21:10 +0100 |
commit | e7a838c31d8db6a3621b9eada1e7e94c4806ccb2 (patch) | |
tree | f5a64cf3d1021390ac87c6a7f5ef49861b591ad0 | |
parent | cac2bfcc2565cc377eee81069b1ea1eea53ece57 (diff) | |
download | webfs-e7a838c31d8db6a3621b9eada1e7e94c4806ccb2.tar.gz |
whitespace cleanup
-rw-r--r-- | webfsd.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -189,7 +189,7 @@ fix_ug(void) { struct passwd *pw = NULL; struct group *gr = NULL; - + /* root is allowed to use any uid/gid, * others will get their real uid/gid */ if (0 == getuid() && strlen(user) > 0) { @@ -698,7 +698,7 @@ main(int argc, char *argv[]) if (res->ai_canonname) strcpy(server_host,res->ai_canonname); } - + /* parse options */ for (;;) { if (-1 == (c = getopt(argc,argv,"hvsdF46jS" @@ -841,7 +841,7 @@ main(int argc, char *argv[]) xperror(LOG_ERR,"socket (ipv6)",NULL); } } - + /* ... failing that try ipv4 */ if (-1 == slisten && v4) { ask.ai_family = PF_INET; |