summaryrefslogtreecommitdiffstats
path: root/src/Common/UserInfo.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-05-22 00:23:59 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-05-22 00:23:59 +0200
commit264cd7947d7291f78065f12824523ba6178a9936 (patch)
tree7261b9a33519cd783f614b147c44f484a1217618 /src/Common/UserInfo.h
parente0e254548b6200d16bc3f4be3bd255b041a76532 (diff)
downloadmad-264cd7947d7291f78065f12824523ba6178a9936.tar
mad-264cd7947d7291f78065f12824523ba6178a9936.zip
GroupListRequest hinzugef?gt
Diffstat (limited to 'src/Common/UserInfo.h')
-rw-r--r--src/Common/UserInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/UserInfo.h b/src/Common/UserInfo.h
index 94c0c60..b8897e3 100644
--- a/src/Common/UserInfo.h
+++ b/src/Common/UserInfo.h
@@ -39,8 +39,8 @@ class UserInfo {
void setUid(unsigned long newUid) {uid = newUid;}
unsigned long getUid() const {return uid;}
- void setGid(unsigned long newUid) {uid = newUid;}
- unsigned long getGid() const {return uid;}
+ void setGid(unsigned long newGid) {gid = newGid;}
+ unsigned long getGid() const {return gid;}
void setUsername(const std::string& newUsername) {username = newUsername;}
const std::string& getUsername() const {return username;}