git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dbaa1f
)
Remove const qualifier from sgauthstress implementation of USER
author
Maxim Mamontov
<faust.madf@gmail.com>
Tue, 20 Sep 2011 09:18:20 +0000
(12:18 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Tue, 20 Sep 2011 09:18:20 +0000
(12:18 +0300)
projects/sgauthstress/user.cpp
patch
|
blob
|
history
diff --git
a/projects/sgauthstress/user.cpp
b/projects/sgauthstress/user.cpp
index 808ff7aa2cb98c9b68621b476b59bfe35b7990c5..efe63af664bd181d407d8f6454a56e76dde9e917 100644
(file)
--- a/
projects/sgauthstress/user.cpp
+++ b/
projects/sgauthstress/user.cpp
@@
-51,7
+51,7
@@
if (sock > 0)
close(sock);
}
-
const
USER & USER::operator=(const USER & rvalue)
+USER & USER::operator=(const USER & rvalue)
{
login = rvalue.login;
password = rvalue.password;