[client:client.internal] fix, use pointer instead of value for update()
This commit is contained in:
parent
09d514d5b9
commit
4521cf1830
|
@ -5,7 +5,7 @@ import "git.xdrm.io/schastsp/client/keyset"
|
|||
/* (1) Updates 'key' and 'sync' with files
|
||||
*
|
||||
---------------------------------------------------------*/
|
||||
func (c T) update(){
|
||||
func (c *T) update(){
|
||||
|
||||
var err error;
|
||||
|
||||
|
|
Loading…
Reference in New Issue