Displaying 1 result from an estimated 1 matches for "222a9fd".
2009 Jun 01
2
[PATCH viewer] few minor bugfixes
...quot; ]; then
+ EXTRA_RELEASE=".auto$AUTOBUILD_COUNTER"
+ else
+ NOW=`date +"%s"`
+ EXTRA_RELEASE=".$USER$NOW"
+ fi
+
+ rpmbuild --nodeps --define "extra_release $EXTRA_RELEASE" -ba ovirt-viewer.spec
+fi
diff --git a/main.c b/main.c
index 2962f3f..222a9fd 100644
--- a/main.c
+++ b/main.c
@@ -36,6 +36,8 @@
#include <netinet/in.h>
#endif
+#include <arpa/inet.h>
+
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
@@ -903,13 +905,12 @@ viewer_credential (GtkWidget *vnc, GValueArray *credList)
gtk_widget_de...