From 264cd7947d7291f78065f12824523ba6178a9936 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 22 May 2009 00:23:59 +0200 Subject: GroupListRequest hinzugef?gt --- src/Common/UserInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Common/UserInfo.h') 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;} -- cgit v1.2.3