summaryrefslogtreecommitdiffstats
path: root/common/dhash
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-07-03 12:19:12 -0400
committerSimo Sorce <ssorce@redhat.com>2009-07-03 12:36:25 -0400
commit550f27dbdbd00024e483b989ebc033b2cbe0d239 (patch)
tree3cc1875f04808a021eb85ceb3ae6201e4c0b32f6 /common/dhash
parent19727007c9948ee92a9505efae6692ea38c96a3e (diff)
downloadsssd-550f27dbdbd00024e483b989ebc033b2cbe0d239.tar.gz
sssd-550f27dbdbd00024e483b989ebc033b2cbe0d239.tar.xz
sssd-550f27dbdbd00024e483b989ebc033b2cbe0d239.zip
Clean up warnings in common/
Fix consts and function declarations
Diffstat (limited to 'common/dhash')
-rw-r--r--common/dhash/dhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dhash/dhash.h b/common/dhash/dhash.h
index 4f97f69eb..2bc5e6e39 100644
--- a/common/dhash/dhash.h
+++ b/common/dhash/dhash.h
@@ -100,7 +100,7 @@ typedef enum
typedef struct hash_key_t {
hash_key_enum type;
union {
- const char *str;
+ char *str;
unsigned long ul;
};
} hash_key_t;