mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
ksysguard: intialize variables
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8f9dd31a1a
commit
ad62b07fea
1 changed files with 2 additions and 2 deletions
|
@ -53,11 +53,11 @@ typedef struct {
|
|||
FILE* out;
|
||||
} ClientInfo;
|
||||
|
||||
static int ServerSocket;
|
||||
static int ServerSocket = 0;
|
||||
static ClientInfo ClientList[ MAX_CLIENTS ];
|
||||
static int SocketPort = -1;
|
||||
static unsigned char BindToAllInterfaces = 0;
|
||||
static int CurrentSocket;
|
||||
static int CurrentSocket = 0;
|
||||
static const char LockFile[] = "/var/run/ksysguardd.pid";
|
||||
static const char *ConfigFile = KSYSGUARDDRCFILE;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue